Skip to content

Commit

Permalink
fix: remove markdown linter
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Dec 26, 2023
1 parent 9ba10ff commit a80e03d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
luacheck.enable = true;
lua-ls.enable = true;
editorconfig-checker.enable = true;
markdownlint.enable = true;
};
settings = {
lua-ls = {
Expand Down Expand Up @@ -114,7 +113,6 @@
stylua
luacheck
editorconfig-checker
markdownlint-cli
]
++ oa.buildInputs;
});
Expand Down

0 comments on commit a80e03d

Please sign in to comment.