tanyanfei 1 year ago
parent
commit
5bf1b5d772
1 changed files with 3 additions and 1 deletions
  1. 3 1
      package.json

+ 3 - 1
package.json

@@ -61,7 +61,9 @@
       "plugin:vue/essential",
       "eslint:recommended"
     ],
-    "rules": {},
+    "rules": {
+		"no-mixed-spaces-and-tabs":0
+	},
     "parserOptions": {
       "parser": "babel-eslint"
     }