We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df3853 commit 3fce818Copy full SHA for 3fce818
.eslintrc.json
@@ -6,6 +6,7 @@
6
"consistent-return": 0,
7
"rules": {
8
"no-param-reassign": 0,
9
- "max-len": 0
+ "max-len": 0,
10
+ "no-plusplus": 0
11
}
12
0 commit comments