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 a2bf302 commit 8c1e82fCopy full SHA for 8c1e82f
generators/app/templates/eslintrc
@@ -11,6 +11,7 @@
11
"extends": ["airbnb-base", "prettier"],
12
"rules": {
13
"dollar-sign/dollar-sign": [2, "ignoreProperties"],
14
- "no-plusplus": ["error", { "allowForLoopAfterthoughts": true }]
+ "no-plusplus": ["error", { "allowForLoopAfterthoughts": true }],
15
+ "no-unused-vars": 1
16
}
17
0 commit comments