File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "recommendations" : [
33 " dbaeumer.vscode-eslint" ,
4+ " svelte.svelte-vscode" ,
45 " stylelint.vscode-stylelint" ,
56 " vitest.explorer"
67 ],
Original file line number Diff line number Diff line change 11{
22 "stylelint.validate" : [
33 " less" ,
4- ]
4+ ],
5+ // autodetection of Svelte files doesn't work yet in vscode-eslint
6+ // https://github.com/microsoft/vscode-eslint/issues/1468
7+ "eslint.validate" : [" svelte" ],
8+ // on save let eslint fix all auto-fixable problems
9+ "editor.codeActionsOnSave" : {
10+ "source.fixAll" : " always"
11+ },
12+ // https://eslint.org/docs/latest/use/configure/configuration-files#experimental-configuration-file-resolution
13+ "eslint.options" : { "flags" : [" unstable_config_lookup_from_file" ] }
514}
You can’t perform that action at this time.
0 commit comments