chore: Also format eslint files.

bruh
This commit is contained in:
greysoh 2024-05-10 17:58:36 -04:00
parent 9171e08fcd
commit c5efb4c55d
No known key found for this signature in database
GPG key ID: FE0F173B8FC01571
3 changed files with 9 additions and 10 deletions

View file

@ -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",
},
},
];
];