Update modules/plugins/diagnostics/nvim-lint/nvim-lint.nix

Co-authored-by: Ching Pei Yang <59727193+horriblename@users.noreply.github.com>
This commit is contained in:
Phan Đăng Khoa 2025-04-13 16:07:27 +07:00 committed by GitHub
parent f4ee6a275f
commit 2b62a441e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,7 +73,7 @@
required_files = mkOption {
type = nullOr (listOf str);
default = null;
description = "Required files to lint";
description = "Required files to lint. These files must exist relative to the cwd of the linter or else this linter will be skipped";
example = ["eslint.config.js"];
};
};