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:
Ray Elliott 2025-12-12 00:29:18 +00:00
parent 8a24bbb656
commit 99ea741fbb
1 changed files with 1 additions and 0 deletions

View File

@ -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"