8 lines
217 B
JSON
Executable file
8 lines
217 B
JSON
Executable file
{
|
|
"extends": "./configs/base.json",
|
|
"rules": {
|
|
"@angular-eslint/template/banana-in-box": "error",
|
|
"@angular-eslint/template/eqeqeq": "error",
|
|
"@angular-eslint/template/no-negated-async": "error"
|
|
}
|
|
}
|