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