Add note about global ESLint configuration fallback
Clarify that ~/.eslintrc.json serves as a global fallback when no project-specific ESLint configuration exists.
This commit is contained in:
parent
8a24bbb656
commit
99ea741fbb
|
|
@ -65,6 +65,7 @@ return {
|
|||
|
||||
-- Configure eslint_d to use project-local first
|
||||
lint.linters.eslint_d.cmd = find_executable({ "eslint_d", "eslint" }) or "eslint_d"
|
||||
-- Note: ~/.eslintrc.json serves as global fallback when no project config exists
|
||||
|
||||
-- Configure markdownlint
|
||||
lint.linters.markdownlint.cmd = find_executable({ "markdownlint" }) or "markdownlint"
|
||||
|
|
|
|||
Loading…
Reference in New Issue