未验证 提交 cc2b8ad6 编写于 作者: B Boris Sekachev 提交者: GitHub

Added linting rule to specify import ordering (#2889)

上级 c793baf9
......@@ -55,6 +55,12 @@ module.exports = {
},
},
],
'import/order': [
'error',
{
'groups': ['builtin', 'external', 'internal'],
}
]
},
settings: {
'import/resolver': {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册