Skip to content

Commit

Permalink
添加eslint格式化指令
Browse files Browse the repository at this point in the history
  • Loading branch information
linhy29 committed Mar 11, 2022
1 parent bb6e336 commit c4e94c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview",
"typecheck": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"test": "vitest --environment jsdom"
"test": "vitest --environment jsdom",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"axios": "^0.26.1",
Expand Down

0 comments on commit c4e94c2

Please sign in to comment.