File tree Expand file tree Collapse file tree 2 files changed +39
-0
lines changed
Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "recommendations" : [
3+ " EditorConfig.EditorConfig" ,
4+ " mikestead.dotenv" ,
5+ " dbaeumer.vscode-eslint" ,
6+ " stylelint.vscode-stylelint" ,
7+ " Vue.volar" ,
8+ " antfu.unocss"
9+ ]
10+ }
Original file line number Diff line number Diff line change 1+ {
2+ "eslint.useFlatConfig" : true ,
3+ "prettier.enable" : false ,
4+ "editor.formatOnSave" : false ,
5+ "editor.codeActionsOnSave" : {
6+ "source.fixAll.eslint" : " explicit" ,
7+ "source.fixAll.stylelint" : " explicit" ,
8+ "source.organizeImports" : " never"
9+ },
10+ "stylelint.validate" : [
11+ " css" ,
12+ " postcss" ,
13+ " scss" ,
14+ " vue"
15+ ],
16+ "eslint.validate" : [
17+ " javascript" ,
18+ " javascriptreact" ,
19+ " typescript" ,
20+ " typescriptreact" ,
21+ " vue" ,
22+ " html" ,
23+ " markdown" ,
24+ " json" ,
25+ " jsonc" ,
26+ " yaml"
27+ ],
28+ "typescript.tsdk" : " node_modules/typescript/lib"
29+ }
You can’t perform that action at this time.
0 commit comments