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 3
3
"source.fixAll.eslint" : " explicit" ,
4
4
"source.organizeImports" : " never"
5
5
},
6
- "eslint.experimental.useFlatConfig" : true ,
7
6
"editor.formatOnSave" : false ,
8
7
"eslint.validate" : [
9
8
" html" ,
Original file line number Diff line number Diff line change @@ -59,9 +59,6 @@ Add the following settings to your `.vscode/settings.json`:
59
59
60
60
``` jsonc
61
61
{
62
- // Enable the ESlint flat config support
63
- " eslint.experimental.useFlatConfig" : true ,
64
-
65
62
// Disable the default formatter, use eslint instead
66
63
" prettier.enable" : false ,
67
64
" editor.formatOnSave" : false ,
Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ export const eslintVersion = devDependencies.eslint
10
10
export { version }
11
11
12
12
export const vscodeSettingsString = `
13
- // Enable the ESlint flat config support
14
- "eslint.experimental.useFlatConfig": true,
15
-
16
13
// Disable the default formatter, use eslint instead
17
14
"prettier.enable": false,
18
15
"editor.formatOnSave": false,
You can’t perform that action at this time.
0 commit comments