feat: add testing for the global configs

We want to make sure we aren't missing anything important.
This commit is contained in:
2024-09-25 22:31:08 -07:00
parent 2974c76c48
commit 70fcc1a49a
4 changed files with 383 additions and 18 deletions
+4 -1
View File
@@ -8,7 +8,10 @@ export default [
"import/no-default-export": "off",
"import/namespace": "off",
"import/no-deprecated": "off",
"@typescript-eslint/consistent-type-assertions": "off"
"@typescript-eslint/consistent-type-assertions": "off",
"max-lines-per-function": "off",
"complexity": "off",
"max-nested-callbacks": "off"
},
},
];