Signed-off-by: Xuanwo <github@xuanwo.io>
This commit is contained in:
Xuanwo
2023-01-10 12:41:30 +08:00
parent 82bd256572
commit 2c9da394e3
3 changed files with 2 additions and 23 deletions
+1 -4
View File
@@ -19,14 +19,11 @@
],
"plugins": [
"@typescript-eslint",
"simple-import-sort",
"jest"
],
"rules": {
"import/first": "error",
"import/newline-after-import": "error",
"import/no-duplicates": "error",
"simple-import-sort/imports": "error",
"sort-imports": "off"
"import/no-duplicates": "error"
}
}