Skip to content

Commit

Permalink
Merge pull request #18 from kagankan/feature/add-vscode-settings
Browse files Browse the repository at this point in the history
chore: add vscode settings
  • Loading branch information
kagankan authored Aug 31, 2024
2 parents da3d529 + af6d812 commit 667bce8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"streetsidesoftware.code-spell-checker"
]
}
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
}
}
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.2",
"useGitignore": true,
"allowCompoundWords": true,
"ignorePaths": [".vscode/**"],
"dictionaries": ["css", "html", "html-symbol-entities", "typescript"],
"words": [
"Hirao",
Expand Down

0 comments on commit 667bce8

Please sign in to comment.