Skip to content

Commit fc461e5

Browse files
Merge pull request #103 from NuschtOS/jsonlint
2 parents d168b78 + c0707a7 commit fc461e5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

flake.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
extraPackages = map (let
3939
mapping = with pkgs; {
4040
golangcilint = golangci-lint;
41-
jsonlint = nodePackages.jsonlint or python3Packages.demjson3;
4241
nix = config.nix.package;
4342
};
4443
in pkg: mapping.${pkg} or pkgs.${pkg})

modules/lsp.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
];
1616
lintersByFt = {
1717
go = [ "golangcilint" ];
18-
json = [ "jsonlint" ];
1918
markdownlint = [ "markdownlint-cli2" ];
2019
nix = [ "deadnix" "nix" "statix" ];
2120
python = [ "ruff" ];

0 commit comments

Comments
 (0)