We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d168b78 + c0707a7 commit fc461e5Copy full SHA for fc461e5
flake.nix
@@ -38,7 +38,6 @@
38
extraPackages = map (let
39
mapping = with pkgs; {
40
golangcilint = golangci-lint;
41
- jsonlint = nodePackages.jsonlint or python3Packages.demjson3;
42
nix = config.nix.package;
43
};
44
in pkg: mapping.${pkg} or pkgs.${pkg})
modules/lsp.nix
@@ -15,7 +15,6 @@
15
];
16
lintersByFt = {
17
go = [ "golangcilint" ];
18
- json = [ "jsonlint" ];
19
markdownlint = [ "markdownlint-cli2" ];
20
nix = [ "deadnix" "nix" "statix" ];
21
python = [ "ruff" ];
0 commit comments