Skip to content

Commit 8c1e82f

Browse files
committed
Update eslint config
1 parent a2bf302 commit 8c1e82f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

generators/app/templates/eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"extends": ["airbnb-base", "prettier"],
1212
"rules": {
1313
"dollar-sign/dollar-sign": [2, "ignoreProperties"],
14-
"no-plusplus": ["error", { "allowForLoopAfterthoughts": true }]
14+
"no-plusplus": ["error", { "allowForLoopAfterthoughts": true }],
15+
"no-unused-vars": 1
1516
}
1617
}

0 commit comments

Comments
 (0)