mirror of
https://github.com/github/codeql-action.git
synced 2026-04-11 14:55:46 +00:00
Remove sort-imports rule override
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user