Commit 85fe308f authored by timel's avatar timel

chore: add eslint plugin to sort import

parent fe42fcbf
......@@ -6,7 +6,8 @@
"plugin:import/typescript"
],
"plugins": [
"@typescript-eslint"
"@typescript-eslint",
"simple-import-sort"
],
"rules": {
"eqeqeq": 0,
......@@ -14,7 +15,9 @@
"@typescript-eslint/consistent-type-definitions": [
"error",
"interface"
]
],
"simple-import-sort/imports": "warn",
"simple-import-sort/exports": "warn"
},
"settings": {
"import/resolver": {
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment