File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 88 "[typescript]" : {
99 "editor.defaultFormatter" : " dprint.dprint"
1010 },
11+ "dprint.path" : " node_modules/.bin/dprint" ,
1112 "editor.codeActionsOnSave" : {
12- "source.formatting" : " explicit" ,
1313 "source.fixAll" : " never" ,
14- "source.fixAll.eslint" : " never" ,
14+ "source.fixAll.eslint" : " explicit" ,
15+ "source.formatting" : " explicit" ,
1516 "source.organizeImports" : " never"
1617 },
18+ "eslint.rules.customizations" : [
19+ {
20+ "rule" : " @eslint-react/debug/*" ,
21+ "severity" : " info"
22+ }
23+ ],
1724 "eslint.validate" : [
1825 " javascript" ,
1926 " javascriptreact" ,
3037 "mode" : " auto"
3138 }
3239 ],
33- "eslint.rules.customizations" : [
34- {
35- "rule" : " @eslint-react/debug/*" ,
36- "severity" : " info"
37- }
38- ],
3940 "files.exclude" : {
40- "**/.zed " : true ,
41- "*.bundled_*.mjs " : true
41+ "*.bundled_*.mjs " : true ,
42+ "**/.zed " : true
4243 },
4344 "mdx.server.enable" : true ,
4445 "npm.packageManager" : " pnpm" ,
4546 "typescript.preferences.importModuleSpecifier" : " non-relative" ,
4647 "typescript.tsdk" : " node_modules/typescript/lib"
47- }
48+ }
You can’t perform that action at this time.
0 commit comments