fix: correct working directories name

This commit is contained in:
Nick Hester 2023-11-26 23:53:44 -08:00 committed by GitHub
parent 68ff818a5b
commit aa30f2e921
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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" },
},
},
},