Skip to content

Commit f7e2572

Browse files
committed
disable @angular-eslint/template/no-negated-async rule
1 parent de4e19a commit f7e2572

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/utils/.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"plugin:@nrwl/nx/angular-template"
3333
],
3434
"rules": {
35-
"@angular-eslint/template/eqeqeq": "off"
35+
"@angular-eslint/template/eqeqeq": "off",
36+
"@angular-eslint/template/no-negated-async": "off"
3637
}
3738
}
3839
]

0 commit comments

Comments
 (0)