60
60
"editor.inlayHints.enabled" : " offUnlessPressed" ,
61
61
"editor.insertSpaces" : true ,
62
62
"editor.linkedEditing" : true ,
63
- "editor.minimap.enabled" : true ,
63
+ "editor.minimap.enabled" : false ,
64
64
"editor.minimap.renderCharacters" : false ,
65
65
"editor.minimap.size" : " fill" ,
66
66
"editor.multiCursorModifier" : " alt" ,
73
73
"javascript" : " javascriptreact"
74
74
},
75
75
"eslint.options" : {
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
- ],
76
+ "extensions" : [" .js" , " .jsx" , " .md" , " .mdx" , " .ts" , " .tsx" , " .astro" ]
77
+ },
78
+ "eslint.validate" : [" mdx" , " markdown" , " javascript" , " javascriptreact" , " typescript" , " typescriptreact" , " astro" ],
95
79
"explorer.compactFolders" : false ,
96
80
"explorer.confirmDelete" : false ,
97
81
"explorer.confirmDragAndDrop" : false ,
119
103
},
120
104
"git.autofetch" : true ,
121
105
"git.branchPrefix" : " feature/" ,
122
- "git.branchProtection" : [
123
- " develop" ,
124
- " main"
125
- ],
106
+ "git.branchProtection" : [" develop" , " main" ],
126
107
"git.branchRandomName.enable" : true ,
127
108
"git.confirmSync" : false ,
128
109
"git.enableCommitSigning" : false ,
133
114
"js/ts.implicitProjectConfig.checkJs" : true ,
134
115
"peacock.affectSideBarBorder" : true ,
135
116
"peacock.color" : " #6A3B98" ,
136
- "prettier.documentSelectors" : [
137
- " **/*.astro"
138
- ],
117
+ "prettier.documentSelectors" : [" **/*.astro" ],
139
118
"prettier.printWidth" : 120 ,
140
119
"prettier.quoteProps" : " consistent" ,
141
120
"prettier.singleQuote" : false ,
194
173
},
195
174
"typescript.preferences.preferGoToSourceDefinition" : true
196
175
}
197
- }
176
+ }
0 commit comments