Skip to content

Commit

Permalink
chore: editor settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Chanzhaoyu committed Feb 9, 2023
1 parent 978a527 commit 9f44c1d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ coverage

# Editor directories and files
.vscode/*
!.vscode/settings.json
!.vscode/extensions.json
.idea
*.suo
Expand Down
22 changes: 22 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"cSpell.words": [
"antfu",
"axios",
"chatgpt",
"esno",
"GPTAPI",
"iconify",
"nodata",
"OPENAI",
"pinia",
"rushstack",
"tailwindcss",
"unplugin",
"VITE",
"vueuse"
]
}

0 comments on commit 9f44c1d

Please sign in to comment.