Skip to content

Commit 2e69043

Browse files
committed
Remove sort-imports rule override
1 parent 3990b56 commit 2e69043

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.eslintrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@
6262
"@typescript-eslint/prefer-regexp-exec": "off",
6363
"@typescript-eslint/require-await": "off",
6464
"@typescript-eslint/restrict-template-expressions": "off",
65-
"func-style": "off",
66-
"sort-imports": "off"
65+
"func-style": "off"
6766
}
6867
}],
6968
"settings": {

0 commit comments

Comments
 (0)