Burt пре 1 година
родитељ
комит
31b32fa6fd
3 измењених фајлова са 4 додато и 2 уклоњено
  1. 1 0
      .gitignore
  2. 2 1
      .vscode/extensions.json
  3. 1 1
      package.json

+ 1 - 0
.gitignore

@@ -22,6 +22,7 @@ dist
 .hbuilderx
 
 .stylelintcache
+.eslintcache
 
 # lock 文件还是不要了,我主要的版本写死就好了
 # pnpm-lock.yaml

+ 2 - 1
.vscode/extensions.json

@@ -12,6 +12,7 @@
     "uni-helper.uni-highlight-vscode",
     "uni-helper.uni-ui-snippets-vscode",
     "uni-helper.uni-app-snippets-vscode",
-    "mrmlnc.vscode-json5"
+    "mrmlnc.vscode-json5",
+    "streetsidesoftware.code-spell-checker"
   ]
 }

+ 1 - 1
package.json

@@ -73,7 +73,7 @@
       "prettier --write"
     ],
     "**/*.{vue,js,ts,jsx,tsx}": [
-      "eslint --fix"
+      "eslint --cache --fix"
     ],
     "**/*.{vue,css,scss,html}": [
       "stylelint --fix"