fix(eslint): correct working directories name (#2071)

This commit is contained in:
Nick Hester 2024-01-21 10:53:09 -08:00 committed by Andreas Gerlach
parent dc7c25718d
commit 7eb08bcd4a

View file

@ -8,7 +8,7 @@ return {
eslint = {
settings = {
-- helps eslint find the eslintrc when it's placed in a subfolder instead of the cwd root
workingDirectory = { mode = "auto" },
workingDirectories = { mode = "auto" },
},
},
},