Remove sort-imports rule override
This commit is contained in:
parent
3990b56b85
commit
2e69043274
1 changed files with 1 additions and 2 deletions
|
|
@ -62,8 +62,7 @@
|
|||
"@typescript-eslint/prefer-regexp-exec": "off",
|
||||
"@typescript-eslint/require-await": "off",
|
||||
"@typescript-eslint/restrict-template-expressions": "off",
|
||||
"func-style": "off",
|
||||
"sort-imports": "off"
|
||||
"func-style": "off"
|
||||
}
|
||||
}],
|
||||
"settings": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue