fix(eslint): correct working directories name (#2071)
This commit is contained in:
@ -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" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user