chore: Also format eslint files.
bruh
This commit is contained in:
parent
9171e08fcd
commit
c5efb4c55d
3 changed files with 9 additions and 10 deletions
|
@ -5,15 +5,15 @@ import tseslint from "typescript-eslint";
|
|||
export default [
|
||||
pluginJs.configs.recommended,
|
||||
...tseslint.configs.recommended,
|
||||
|
||||
|
||||
{
|
||||
languageOptions: {
|
||||
globals: globals.node
|
||||
globals: globals.node,
|
||||
},
|
||||
|
||||
rules: {
|
||||
"no-unused-vars": "off",
|
||||
"@typescript-eslint/no-unused-vars": "off"
|
||||
}
|
||||
"@typescript-eslint/no-unused-vars": "off",
|
||||
},
|
||||
},
|
||||
];
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue