autoimport with eslint now
This commit is contained in:
@@ -17,6 +17,7 @@ module.exports = {
|
||||
'@vue/eslint-config-typescript',
|
||||
'plugin:prettier-vue/recommended'
|
||||
],
|
||||
plugins: ['simple-import-sort'],
|
||||
rules: {
|
||||
'no-console': DEV_TOOL_ACTIVATED,
|
||||
'no-debugger': DEV_TOOL_ACTIVATED,
|
||||
@@ -43,7 +44,9 @@ module.exports = {
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
'simple-import-sort/imports': 'error',
|
||||
'simple-import-sort/exports': 'error'
|
||||
},
|
||||
overrides: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user