Skip to content

Commit 19fc39a

Browse files
Hristo HristovHristo Hristov
authored andcommitted
fix: add config changes for imports
1 parent 721caf7 commit 19fc39a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/igx-templates/igx-ts-legacy/projects/_base/files/eslint.config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ export default [
2121
'error',
2222
{ type: 'element', prefix: 'app', style: 'kebab-case' },
2323
],
24-
'@angular-eslint/prefer-standalone': 'off'
24+
'@angular-eslint/prefer-standalone': 'off',
25+
'sort-imports': 'off',
26+
'import/order': 'off'
2527
},
2628
},
2729
...compat.extends('plugin:@angular-eslint/template/recommended'),

packages/igx-templates/igx-ts/projects/_base/files/eslint.config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ export default [
2020
'@angular-eslint/component-selector': [
2121
'error',
2222
{ type: 'element', prefix: 'app', style: 'kebab-case' },
23-
]
23+
],
24+
'sort-imports': 'off',
25+
'import/order': 'off'
2426
},
2527
},
2628
...compat.extends('plugin:@angular-eslint/template/recommended'),

0 commit comments

Comments
 (0)