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.mts",
|
||||
"eslint.config.cts",
|
||||
"tsconfig.app.json",
|
||||
},
|
||||
commands = {
|
||||
EslintFixAll = {
|
||||
|
|
@ -79,7 +78,7 @@ return {
|
|||
packageManager = nil,
|
||||
useESLintClass = false,
|
||||
experimental = {
|
||||
useFlatConfig = true,
|
||||
useFlatConfig = false,
|
||||
},
|
||||
codeActionOnSave = {
|
||||
enable = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue