Skip to content

Commit 3670d4f

Browse files
committed
Disable import/unambiguous for Angular templates
1 parent 895c882 commit 3670d4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rules/angular/template/angular-template-config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ function disabledBrokenRules(): Record<string, string> {
9393
// From eslint-plugin-import
9494
'import/namespace': 'off',
9595
'import/no-unused-modules': 'off',
96+
// This rule is not broken, but causes a false-positive error.
97+
'import/unambiguous': 'off',
9698
// From eslint-plugin-jsdoc
9799
'jsdoc/check-alignment': 'off',
98100
'jsdoc/check-property-names': 'off',

0 commit comments

Comments
 (0)