mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(eslint): use correct option name to select workingDirectory
This commit is contained in:
parent
cb40a09538
commit
2ad5867cb3
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ return {
|
|||
eslint = {
|
||||
settings = {
|
||||
-- helps eslint find the eslintrc when it's placed in a subfolder instead of the cwd root
|
||||
workingDirectories = { mode = "auto" },
|
||||
workingDirectory = { mode = "auto" },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue