|
|
|
@ -47,7 +47,8 @@ |
|
|
|
|
"eslint-disable-next-line no-empty": "off", |
|
|
|
|
"no-empty": "off", |
|
|
|
|
"jsx-a11y/anchor-is-valid": "off", |
|
|
|
|
"@typescript-eslint/no-inferrable-types": "off" |
|
|
|
|
"@typescript-eslint/no-inferrable-types": "off", |
|
|
|
|
"indent": ["error", 2] |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
@ -58,7 +59,9 @@ |
|
|
|
|
"extends": [ |
|
|
|
|
"plugin:@nrwl/nx/javascript" |
|
|
|
|
], |
|
|
|
|
"rules": {} |
|
|
|
|
"rules": { |
|
|
|
|
"indent": ["error", 2] |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"globals": { |
|
|
|
|