File tree Expand file tree Collapse file tree 2 files changed +14
-27
lines changed
Expand file tree Collapse file tree 2 files changed +14
-27
lines changed Original file line number Diff line number Diff line change 11{
22 "recommendations" : [
33 " dbaeumer.vscode-eslint" ,
4- " esbenp.prettier-vscode" ,
54 " github.vscode-github-actions" ,
6- " vitest.explorer "
5+ " esbenp.prettier-vscode "
76 ]
87}
Original file line number Diff line number Diff line change 11{
2- "eslint.probe" : [
3- " javascript" ,
4- " javascriptreact" ,
5- " typescript" ,
6- " typescriptreact" ,
7- " markdown" ,
8- " html" ,
9- " json"
10- ],
11-
12- "editor.formatOnSave" : true ,
13- "editor.formatOnPaste" : true ,
14-
152 "cSpell.words" : [
163 " agentic" ,
174 " agentify" ,
6047 " vinxi"
6148 ],
6249
50+ "eslint.probe" : [
51+ " javascript" ,
52+ " javascriptreact" ,
53+ " typescript" ,
54+ " typescriptreact" ,
55+ " markdown" ,
56+ " html" ,
57+ " json"
58+ ],
59+
60+ "editor.formatOnSave" : true ,
61+ "editor.formatOnPaste" : true ,
6362 "editor.rulers" : [160 ],
6463
6564 // Workbench
7473 "typescript.preferences.importModuleSpecifier" : " relative" ,
7574
7675 "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
77- "editor.codeActionsOnSave" : [" source.formatDocument" , " source.fixAll.eslint" ],
78- "files.exclude" : {
79- "**/.git" : true ,
80- "**/.nx" : true
81- },
82-
83- "css.validate" : false ,
84- "tailwindCSS.includeLanguages" : {
85- "typescript" : " javascript" ,
86- "typescriptreact" : " javascript"
87- },
88- "tailwindCSS.emmetCompletions" : true
76+ "editor.codeActionsOnSave" : [" source.formatDocument" , " source.fixAll.eslint" ]
8977}
You can’t perform that action at this time.
0 commit comments