chore: Also format eslint files.
bruh
This commit is contained in:
parent
9171e08fcd
commit
c5efb4c55d
3 changed files with 9 additions and 10 deletions
|
@ -2,7 +2,6 @@ import globals from "globals";
|
|||
import pluginJs from "@eslint/js";
|
||||
import tseslint from "typescript-eslint";
|
||||
|
||||
|
||||
export default [
|
||||
pluginJs.configs.recommended,
|
||||
...tseslint.configs.recommended,
|
||||
|
@ -14,7 +13,7 @@ export default [
|
|||
|
||||
rules: {
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
"no-constant-condition": "warn"
|
||||
}
|
||||
"no-constant-condition": "warn",
|
||||
},
|
||||
},
|
||||
];
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue