diagnostics/presets: init

This commit is contained in:
Snoweuph 2026-05-11 23:25:02 +02:00
commit 0e5f966c38
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55
52 changed files with 958 additions and 634 deletions

View file

@ -0,0 +1,28 @@
{
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
./phpstan.nix
./rubocop.nix
./rumdl.nix
./selene.nix
./shellcheck.nix
./sqlfluff.nix
./sqruff.nix
./statix.nix
./stylelint.nix
./taplo.nix
./tombi.nix
];
}