mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-08 08:24:37 +02: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
Add a link
Reference in a new issue