mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-04-15 00:58:37 +00:00
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:
parent
f4ee6a275f
commit
2b62a441e9
1 changed files with 1 additions and 1 deletions
|
@ -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"];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue