shenzhongzheng 2 years ago
parent
commit
b9c71f3142
2 changed files with 6 additions and 2 deletions
  1. 4 0
      .gitignore
  2. 2 2
      package.json

+ 4 - 0
.gitignore

@@ -0,0 +1,4 @@
+yarn.lock
+.idea/.gitignore
+.idea/
+node_modules/

+ 2 - 2
package.json

@@ -64,9 +64,9 @@
     "compression-webpack-plugin": "^3.1.0"
   },
   "eslintConfig": {
-    "root": true,
+    "root": false,
     "env": {
-      "node": true
+      "node": false
     },
     "extends": [
       "plugin:vue/strongly-recommended",