Skip to content

Commit

Permalink
misc: share .vscode/extensions.json (#7663)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Jun 23, 2022
1 parent 3990404 commit 80585e7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,5 +1,6 @@
.DS_Store
.vscode
.vscode/*
!.vscode/extensions.json
.idea
*.iml
*.code-workspace
Expand Down
12 changes: 12 additions & 0 deletions .vscode/extensions.json
@@ -0,0 +1,12 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
"recommendations": [
"streetsidesoftware.code-spell-checker",
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"stylelint.vscode-stylelint",
"EditorConfig.EditorConfig",
"Gruntfuggly.todo-tree"
],
"unwantedRecommendations": []
}
3 changes: 2 additions & 1 deletion project-words.txt
Expand Up @@ -89,7 +89,7 @@ eslintcache
estree
evaluable
execa
Execa
execa
externalwaiting
failfast
fbid
Expand All @@ -106,6 +106,7 @@ globbing
globby
goss
goyal
gruntfuggly
gtag
hahaha
hardcoding
Expand Down

0 comments on commit 80585e7

Please sign in to comment.