fix(eslint): use correct option name to select workingDirectory

This commit is contained in:
l3d00m 2024-10-29 15:01:18 +01:00 committed by GitHub
parent cb40a09538
commit 2ad5867cb3
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
workingDirectories = { mode = "auto" },
workingDirectory = { mode = "auto" },
},
},
},