We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7998d commit d463af4Copy full SHA for d463af4
.eslintrc.js
@@ -7,8 +7,6 @@ module.exports = {
7
rules: {
8
"no-console": process.env.NODE_ENV === "production" ? "error" : "off",
9
"no-debugger": process.env.NODE_ENV === "production" ? "error" : "off",
10
- },
11
- parserOptions: {
12
- parser: "babel-eslint",
+ "vue/multi-word-component-names": "off",
13
},
14
};
0 commit comments