We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1f974 commit 29a574dCopy full SHA for 29a574d
packages/igx-templates/igx-ts-legacy/projects/_base/files/eslint.config.mjs
@@ -29,13 +29,13 @@ export default [
29
},
30
{
31
files: ['**/*.html'],
32
- rules: {
33
- eqeqeq: 'off'
34
- },
35
languageOptions: {
36
parser: '@angular-eslint/template-parser'
37
38
- ...compat.extends('plugin:@angular-eslint/template/recommended')[0]
+ ...compat.extends('plugin:@angular-eslint/template/recommended')[0],
+ rules: {
+ eqeqeq: 'off'
+ },
39
40
41
files: ['**/*.ts'],
0 commit comments