|
|
@@ -1,16 +1,16 @@
|
|
|
module.exports = {
|
|
|
- root: true,
|
|
|
- env: {
|
|
|
- node: true
|
|
|
- },
|
|
|
- extends: ["plugin:vue/essential", "eslint:recommended", "@vue/prettier"],
|
|
|
- parserOptions: {
|
|
|
- parser: "babel-eslint"
|
|
|
- },
|
|
|
- rules: {
|
|
|
- "no-console": process.env.NODE_ENV === "production" ? "error" : "off",
|
|
|
- "no-debugger": process.env.NODE_ENV === "production" ? "error" : "off",
|
|
|
- "no-unused-vars": "off",
|
|
|
- "prettier/prettier": "off"
|
|
|
- }
|
|
|
+ // root: true,
|
|
|
+ // env: {
|
|
|
+ // node: true
|
|
|
+ // },
|
|
|
+ // extends: ["plugin:vue/essential", "eslint:recommended", "@vue/prettier"],
|
|
|
+ // parserOptions: {
|
|
|
+ // parser: "babel-eslint"
|
|
|
+ // },
|
|
|
+ // rules: {
|
|
|
+ // "no-console": process.env.NODE_ENV === "production" ? "error" : "off",
|
|
|
+ // "no-debugger": process.env.NODE_ENV === "production" ? "error" : "off",
|
|
|
+ // "no-unused-vars": "off",
|
|
|
+ // "prettier/prettier": "off"
|
|
|
+ // }
|
|
|
};
|