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.
2 parents 7bc1db4 + 2abcee1 commit b221f2cCopy full SHA for b221f2c
.eslintrc.js
@@ -15,6 +15,7 @@ module.exports = {
15
"no-trailing-spaces": "error",
16
"eol-last": "error",
17
semi: "error",
18
+ "no-extra-semi": "error",
19
"comma-dangle": ["error", "always-multiline"],
20
"no-var": "error",
21
"prefer-template": "error",
0 commit comments