Skip to content

Commit

Permalink
chore(dev): add code save auto fix eslint warn (#16752)
Browse files Browse the repository at this point in the history
chore: add code save auto fix eslint warn
  • Loading branch information
warmthsea committed May 7, 2024
1 parent 63b39e2 commit 6232c25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Expand Up @@ -2,6 +2,9 @@
"cSpell.words": ["Element Plus", "element-plus"],
"typescript.tsdk": "node_modules/typescript/lib",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"npm.packageManager": "pnpm",
"eslint.probe": [
"javascript",
Expand Down

0 comments on commit 6232c25

Please sign in to comment.