Fix typo in eslint rule

This commit is contained in:
Artem Mangilev
2020-11-06 21:00:54 +05:00
committed by GitHub
parent 237442769c
commit b8429b8e7e

View File

@@ -58,7 +58,7 @@
"parser": "@angular-eslint/template-parser",
"plugins": ["@angular-eslint/template"],
"rules": {
"@angular-eslint/template/banana-in-a-box": "error",
"@angular-eslint/template/banana-in-box": "error",
"@angular-eslint/template/no-negated-async": "error"
}
}