Skip to content

Commit 0d20e4c

Browse files
authored
chore(projects): Fix deprecated configuration config (#524)
1 parent c791adc commit 0d20e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"source.fixAll.eslint": "explicit",
44
"source.organizeImports": "never"
55
},
6-
"eslint.experimental.useFlatConfig": true,
6+
"eslint.useFlatConfig": true,
77
"editor.formatOnSave": false,
88
"eslint.validate": ["html", "css", "scss", "json", "jsonc"],
99
"i18n-ally.displayLanguage": "zh-cn",

0 commit comments

Comments
 (0)