mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-05-19 13:30:17 +00:00
diagnostics/presets: init
This commit is contained in:
parent
cd45295f9c
commit
0735ee8cfd
49 changed files with 892 additions and 575 deletions
27
modules/plugins/diagnostics/presets/default.nix
Normal file
27
modules/plugins/diagnostics/presets/default.nix
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
imports = [
|
||||
./biomejs.nix
|
||||
./checkmake.nix
|
||||
./deadnix.nix
|
||||
./djlint.nix
|
||||
./dotenv-linter.nix
|
||||
./eslint_d.nix
|
||||
./golangci-lint.nix
|
||||
./hadolint.nix
|
||||
./htmlhint.nix
|
||||
./ktlint.nix
|
||||
./luacheck.nix
|
||||
./markdownlint-cli2.nix
|
||||
./mypy.nix
|
||||
./rubocop.nix
|
||||
./rumdl.nix
|
||||
./selene.nix
|
||||
./shellcheck.nix
|
||||
./sqlfluff.nix
|
||||
./sqruff.nix
|
||||
./statix.nix
|
||||
./stylelint.nix
|
||||
./taplo.nix
|
||||
./tombi.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue