fixes eslint config
This commit is contained in:
parent
cccfc95a11
commit
dd988821c8
1 changed files with 2 additions and 1 deletions
|
|
@ -52,6 +52,7 @@ return {
|
||||||
"astro",
|
"astro",
|
||||||
},
|
},
|
||||||
root_markers = {
|
root_markers = {
|
||||||
|
"tsconfig.app.json",
|
||||||
".eslintrc",
|
".eslintrc",
|
||||||
".eslintrc.js",
|
".eslintrc.js",
|
||||||
".eslintrc.cjs",
|
".eslintrc.cjs",
|
||||||
|
|
@ -78,7 +79,7 @@ return {
|
||||||
packageManager = nil,
|
packageManager = nil,
|
||||||
useESLintClass = false,
|
useESLintClass = false,
|
||||||
experimental = {
|
experimental = {
|
||||||
useFlatConfig = false,
|
useFlatConfig = true,
|
||||||
},
|
},
|
||||||
codeActionOnSave = {
|
codeActionOnSave = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue