We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f141d5 commit 738f9f5Copy full SHA for 738f9f5
2 files changed
frontend/eslint.config.mjs
@@ -72,7 +72,7 @@ export default [
72
'functional/prefer-tacit': 'off',
73
'functional/no-conditional-statements': 'off', // Too strict for Angular
74
'functional/no-expression-statements': 'off', // Angular needs side effects
75
- 'functional/prefer-property-signatures': 'warn',
+ 'functional/prefer-property-signatures': 'off',
76
'functional/type-declaration-immutability': 'warn',
77
},
78
frontend/package.json
@@ -10,7 +10,7 @@
10
"test-ci": "ng test --code-coverage --no-watch --browsers=ChromeHeadless",
11
"test-vitest": "vitest",
12
"test-vitest-coverage": "vitest run --coverage",
13
- "lint": "eslint . --max-warnings=10"
+ "lint": "eslint . --max-warnings=30"
14
15
"private": true,
16
"dependencies": {
0 commit comments