瀏覽代碼

feature: lint优化

xiongxt 1 年之前
父節點
當前提交
772411741b
共有 2 個文件被更改,包括 1 次插入5 次删除
  1. 1 1
      package.json
  2. 0 4
      src/main.js

+ 1 - 1
package.json

@@ -8,7 +8,7 @@
     "serve": "vue-cli-service serve",
     "build": "vue-cli-service build",
     "lint": "vue-cli-service lint",
-    "lint2": "eslint . --ext .ts --fix",
+    "lint2": "eslint . --ext .ts --fix /sdk /src",
     "lib": "tsc"
   },
   "repository": "https://gitee.com/swust_0602/ludash.git",

+ 0 - 4
src/main.js

@@ -5,8 +5,4 @@ import store from "./store";
 import "amfe-flexible";
 import "reset-css";
 
-import { Queue } from "../lib";
-
-console.log(Queue);
-
 createApp(App).use(store).use(router).mount("#app");