We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61dbd6a commit 065d914Copy full SHA for 065d914
1 file changed
.eslintrc.json
@@ -8,6 +8,13 @@
8
"prettier/prettier": ["error"],
9
"class-methods-use-this": "off",
10
"strict": "off",
11
- "no-plusplus": "off"
+ "no-plusplus": "off",
12
+ "linebreak-style": "off",
13
+ "no-param-reassign": [
14
+ "error",
15
+ {
16
+ "props": false
17
+ }
18
+ ]
19
}
20
0 commit comments