File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed
Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 33 "source.fixAll.eslint" : " explicit" ,
44 "source.organizeImports" : " never"
55 },
6- "eslint.experimental.useFlatConfig" : true ,
76 "editor.formatOnSave" : false ,
87 "eslint.validate" : [
98 " html" ,
Original file line number Diff line number Diff line change @@ -59,9 +59,6 @@ Add the following settings to your `.vscode/settings.json`:
5959
6060``` jsonc
6161{
62- // Enable the ESlint flat config support
63- " eslint.experimental.useFlatConfig" : true ,
64-
6562 // Disable the default formatter, use eslint instead
6663 " prettier.enable" : false ,
6764 " editor.formatOnSave" : false ,
Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ export const eslintVersion = devDependencies.eslint
1010export { version }
1111
1212export const vscodeSettingsString = `
13- // Enable the ESlint flat config support
14- "eslint.experimental.useFlatConfig": true,
15-
1613 // Disable the default formatter, use eslint instead
1714 "prettier.enable": false,
1815 "editor.formatOnSave": false,
You can’t perform that action at this time.
0 commit comments