generated from nhcarrigan/template
This commit is contained in:
+17
-14
@@ -1,17 +1,20 @@
|
||||
import NaomisConfig from '@nhcarrigan/eslint-config';
|
||||
import NaomisConfig from "@nhcarrigan/eslint-config";
|
||||
|
||||
export default [
|
||||
...NaomisConfig,
|
||||
{
|
||||
rules: {
|
||||
'max-lines-per-function': 'off',
|
||||
'max-statements': 'off',
|
||||
}
|
||||
...NaomisConfig,
|
||||
{
|
||||
rules: {
|
||||
"max-lines-per-function": "off",
|
||||
"max-depth": "off",
|
||||
"max-statements": "off",
|
||||
"complexity": "off",
|
||||
},
|
||||
{
|
||||
files: ['src/**/*.spec.ts'],
|
||||
rules: {
|
||||
'max-nested-callbacks': 'off',
|
||||
}
|
||||
}
|
||||
];
|
||||
},
|
||||
{
|
||||
files: ["src/**/*.spec.ts"],
|
||||
rules: {
|
||||
"max-nested-callbacks": "off",
|
||||
"@typescript-eslint/consistent-type-assertions": "off",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user