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

This commit is contained in:
Nick Hester 2024-01-21 10:53:09 -08:00 committed by GitHub
parent fa6158a595
commit 71a73e8334
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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