We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
standard
feross
Learn more about funding links in repositories.
Report abuse
1 parent 2e39843 commit 5db3b49Copy full SHA for 5db3b49
eslintrc.json
@@ -25,6 +25,7 @@
25
},
26
27
"rules": {
28
+ "no-var": "error",
29
"accessor-pairs": ["error", { "setWithoutGet": true, "enforceForClassMembers": true }],
30
"array-bracket-spacing": ["error", "never"],
31
"array-callback-return": ["error", {
0 commit comments