Skip to content

Commit d463af4

Browse files
committed
vue/multi-word-component-names: off
1 parent 6a7998d commit d463af4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.eslintrc.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ module.exports = {
77
rules: {
88
"no-console": process.env.NODE_ENV === "production" ? "error" : "off",
99
"no-debugger": process.env.NODE_ENV === "production" ? "error" : "off",
10-
},
11-
parserOptions: {
12-
parser: "babel-eslint",
10+
"vue/multi-word-component-names": "off",
1311
},
1412
};

0 commit comments

Comments
 (0)