|
|
@ -48,7 +48,7 @@ |
|
|
|
"no-empty": "off", |
|
|
|
"no-empty": "off", |
|
|
|
"jsx-a11y/anchor-is-valid": "off", |
|
|
|
"jsx-a11y/anchor-is-valid": "off", |
|
|
|
"@typescript-eslint/no-inferrable-types": "off", |
|
|
|
"@typescript-eslint/no-inferrable-types": "off", |
|
|
|
"indent": ["error", 2] |
|
|
|
"indent": ["error", 1] |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
@ -60,7 +60,7 @@ |
|
|
|
"plugin:@nrwl/nx/javascript" |
|
|
|
"plugin:@nrwl/nx/javascript" |
|
|
|
], |
|
|
|
], |
|
|
|
"rules": { |
|
|
|
"rules": { |
|
|
|
"indent": ["error", 2] |
|
|
|
"indent": ["error", 1] |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
], |
|
|
|
], |
|
|
|