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

This commit is contained in:
Nick Hester authored and GitHub committed 2024-01-21 19:53:09 +01:00
1 parent fa6158a595
commit 71a73e8334
1 file changed
+1 -1
@@ -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" },
},
},
},