Skip to content

Commit 83f7b6a

Browse files
committed
Fix prettier ignore over-ignoring and remove outdated extension'
1 parent 84f083a commit 83f7b6a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ lib/
77
build/
88
build-*/
99
dist/
10-
.vscode/
10+
.vscode/*
1111
node_modules/
1212
coverage/
1313
report/

.vscode/extensions.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"esbenp.prettier-vscode",
55
"ghmcadams.lintlens",
66
"visualstudioexptteam.vscodeintellicode",
7-
"wix.vscode-import-cost",
87
"pmneo.tsimporter",
98
"orta.vscode-jest",
109
],

0 commit comments

Comments
 (0)