fixes eslint
This commit is contained in:
parent
66dd48d68d
commit
afc504c3ee
1 changed files with 1 additions and 2 deletions
|
|
@ -64,7 +64,6 @@ return {
|
||||||
"eslint.config.ts",
|
"eslint.config.ts",
|
||||||
"eslint.config.mts",
|
"eslint.config.mts",
|
||||||
"eslint.config.cts",
|
"eslint.config.cts",
|
||||||
"tsconfig.app.json",
|
|
||||||
},
|
},
|
||||||
commands = {
|
commands = {
|
||||||
EslintFixAll = {
|
EslintFixAll = {
|
||||||
|
|
@ -79,7 +78,7 @@ return {
|
||||||
packageManager = nil,
|
packageManager = nil,
|
||||||
useESLintClass = false,
|
useESLintClass = false,
|
||||||
experimental = {
|
experimental = {
|
||||||
useFlatConfig = true,
|
useFlatConfig = false,
|
||||||
},
|
},
|
||||||
codeActionOnSave = {
|
codeActionOnSave = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue