Skip to content

Commit 233bffd

Browse files
authored
Merge pull request #23 from pmagentur/development
Development
2 parents 51a86ac + 04ee37c commit 233bffd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.eslintrc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@
6363
"max-depth": ["error", 3],
6464
"no-console": "error",
6565
"eqeqeq": "error",
66-
"no-magic-numbers": ["error", { "ignore": [-1, 0, 1, 2, 100] }],
66+
"no-magic-numbers": ["error", {
67+
"ignore": [-1, 0, 1, 2, 100],
68+
"ignoreReadonlyClassProperties": true
69+
}],
6770
"no-param-reassign": "error",
6871
"no-shadow": "off",
6972
"@typescript-eslint/no-shadow": "error",

0 commit comments

Comments
 (0)