Skip to content

Commit 738f9f5

Browse files
author
Babali42
committed
chore (lint) : find right settings for eslint
1 parent 1f141d5 commit 738f9f5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export default [
7272
'functional/prefer-tacit': 'off',
7373
'functional/no-conditional-statements': 'off', // Too strict for Angular
7474
'functional/no-expression-statements': 'off', // Angular needs side effects
75-
'functional/prefer-property-signatures': 'warn',
75+
'functional/prefer-property-signatures': 'off',
7676
'functional/type-declaration-immutability': 'warn',
7777
},
7878
},

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test-ci": "ng test --code-coverage --no-watch --browsers=ChromeHeadless",
1111
"test-vitest": "vitest",
1212
"test-vitest-coverage": "vitest run --coverage",
13-
"lint": "eslint . --max-warnings=10"
13+
"lint": "eslint . --max-warnings=30"
1414
},
1515
"private": true,
1616
"dependencies": {

0 commit comments

Comments
 (0)