7373 "javascript" : " javascriptreact"
7474 },
7575 "eslint.options" : {
76- "extensions" : [" .js" , " .jsx" , " .md" , " .mdx" , " .ts" , " .tsx" , " .astro" ]
77- },
78- "eslint.validate" : [" mdx" , " markdown" , " javascript" , " javascriptreact" , " typescript" , " typescriptreact" , " astro" ],
76+ "extensions" : [
77+ " .js" ,
78+ " .jsx" ,
79+ " .md" ,
80+ " .mdx" ,
81+ " .ts" ,
82+ " .tsx" ,
83+ " .astro"
84+ ]
85+ },
86+ "eslint.validate" : [
87+ " mdx" ,
88+ " markdown" ,
89+ " javascript" ,
90+ " javascriptreact" ,
91+ " typescript" ,
92+ " typescriptreact" ,
93+ " astro"
94+ ],
7995 "explorer.compactFolders" : false ,
8096 "explorer.confirmDelete" : false ,
8197 "explorer.confirmDragAndDrop" : false ,
103119 },
104120 "git.autofetch" : true ,
105121 "git.branchPrefix" : " feature/" ,
106- "git.branchProtection" : [" develop" , " main" ],
122+ "git.branchProtection" : [
123+ " develop" ,
124+ " main"
125+ ],
107126 "git.branchRandomName.enable" : true ,
108127 "git.confirmSync" : false ,
109128 "git.enableCommitSigning" : false ,
114133 "js/ts.implicitProjectConfig.checkJs" : true ,
115134 "peacock.affectSideBarBorder" : true ,
116135 "peacock.color" : " #abcd00" ,
117- "prettier.documentSelectors" : [" **/*.astro" ],
136+ "prettier.documentSelectors" : [
137+ " **/*.astro"
138+ ],
118139 "prettier.printWidth" : 120 ,
119140 "prettier.quoteProps" : " consistent" ,
120141 "prettier.singleQuote" : false ,
153174 "titleBar.activeBackground" : " #abcd00" ,
154175 "titleBar.activeForeground" : " #15202b" ,
155176 "titleBar.inactiveBackground" : " #abcd0099" ,
156- "titleBar.inactiveForeground" : " #15202b99" ,
157- "tab.activeBorder" : " #d5ff01"
177+ "titleBar.inactiveForeground" : " #15202b99"
158178 },
159179 "files.exclude" : {
160- "**/.git" : false
180+ "**/.git" : false ,
181+ "**/.git/" : true
161182 },
162183 "workbench.editor.pinnedTabSizing" : " compact" ,
163184 "workbench.editor.pinnedTabsOnSeparateRow" : true ,
171192 ".githooks/**" : true
172193 }
173194 }
174- }
195+ }
0 commit comments