File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
igx-ts-legacy/projects/_base/files
igx-ts/projects/_base/files Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export default [
1616 // TODO: consider extending the recommended by ts rules and overriding them where necessary
1717 // 'eslint:recommended',
1818 // 'plugin:@typescript-eslint/recommended'
19- //],
19+ //],
2020 parser : typescriptParser ,
2121 parserOptions : {
2222 project : '**/tsconfig.json' ,
@@ -27,7 +27,7 @@ export default [
2727 'eslint-plugin-import' : eslintPluginImport ,
2828 'eslint-plugin-unicorn' : eslintPluginUnicorn ,
2929 'eslint-plugin-prefer-arrow' : eslintPluginPreferArrow ,
30- // "@typescript-eslint" - install it if we extend the recommended ts rules
30+ // "@typescript-eslint" - install it if we extend the recommended ts rules
3131 } ,
3232 rules : {
3333 'complexity' : 'off' ,
Original file line number Diff line number Diff line change 5252 },
5353 {
5454 "type" : " anyComponentStyle" ,
55- "maximumWarning" : " 6kb " ,
55+ "maximumWarning" : " 8kb " ,
5656 "maximumError" : " 2mb"
5757 }
5858 ],
Original file line number Diff line number Diff line change 5151 },
5252 {
5353 "type" : " anyComponentStyle" ,
54- "maximumWarning" : " 6kb " ,
54+ "maximumWarning" : " 8kb " ,
5555 "maximumError" : " 2mb"
5656 }
5757 ],
110110 "lint" : {
111111 "builder" : " @angular-eslint/builder:lint" ,
112112 "options" : {
113- "eslintConfig" : " eslint.config.mjs" ,
114- "lintFilePatterns" : [
115- " src/**/*.ts" ,
116- " src/**/*.html"
117- ]
113+ "eslintConfig" : " eslint.config.mjs" ,
114+ "lintFilePatterns" : [
115+ " src/**/*.ts" ,
116+ " src/**/*.html"
117+ ]
118118 }
119119 }
120120 }
You can’t perform that action at this time.
0 commit comments