generated from nhcarrigan/template
feat: add testing for the global configs
We want to make sure we aren't missing anything important.
This commit is contained in:
+4
-1
@@ -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"
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user