Skip to content

Commit 5231e38

Browse files
kdinevdamyanpetev
andauthored
chore(*): updating dependencies & lint config (#16203)
Co-authored-by: damyanpetev <[email protected]>
1 parent 66f8bd9 commit 5231e38

File tree

26 files changed

+2173
-1506
lines changed

26 files changed

+2173
-1506
lines changed

angular.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,8 @@
213213
"lintFilePatterns": [
214214
"projects/igniteui-angular/**/*.ts",
215215
"projects/igniteui-angular/**/*.html"
216-
]
216+
],
217+
"eslintConfig": "projects/igniteui-angular/eslint.config.mjs"
217218
}
218219
},
219220
"cypress-run": {

eslint.config.mjs

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export default [{
2323
],
2424
}, ...compat.extends(
2525
"plugin:@angular-eslint/recommended",
26-
"plugin:@angular-eslint/template/process-inline-templates",
2726
).map(config => ({
2827
...config,
2928
files: ["**/*.ts"],
@@ -34,16 +33,6 @@ export default [{
3433
"@typescript-eslint": typescriptEslint,
3534
},
3635

37-
languageOptions: {
38-
ecmaVersion: 5,
39-
sourceType: "script",
40-
41-
parserOptions: {
42-
project: ["tsconfig.json"],
43-
createDefaultProgram: true,
44-
},
45-
},
46-
4736
rules: {
4837
"no-shadow": "off",
4938
"no-prototype-builtins": "off",
@@ -83,6 +72,7 @@ export default [{
8372
}],
8473

8574
"@angular-eslint/no-input-rename": "off",
75+
"@angular-eslint/prefer-inject": "warn",
8676

8777
"brace-style": ["error", "1tbs"],
8878
"id-blacklist": "off",

0 commit comments

Comments
 (0)