File tree 3 files changed +16
-2
lines changed
3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
.DS_Store
2
- .vscode
2
+ .vscode /*
3
+ ! .vscode /extensions.json
3
4
.idea
4
5
* .iml
5
6
* .code-workspace
Original file line number Diff line number Diff line change
1
+ {
2
+ // See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3
+ "recommendations" : [
4
+ " streetsidesoftware.code-spell-checker" ,
5
+ " esbenp.prettier-vscode" ,
6
+ " dbaeumer.vscode-eslint" ,
7
+ " stylelint.vscode-stylelint" ,
8
+ " EditorConfig.EditorConfig" ,
9
+ " Gruntfuggly.todo-tree"
10
+ ],
11
+ "unwantedRecommendations" : []
12
+ }
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ eslintcache
89
89
estree
90
90
evaluable
91
91
execa
92
- Execa
92
+ execa
93
93
externalwaiting
94
94
failfast
95
95
fbid
@@ -106,6 +106,7 @@ globbing
106
106
globby
107
107
goss
108
108
goyal
109
+ gruntfuggly
109
110
gtag
110
111
hahaha
111
112
hardcoding
You can’t perform that action at this time.
0 commit comments