feat(flake): md & git linter and formatter init
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
62f0acd236
commit
ac5af07119
1 changed files with 16 additions and 0 deletions
16
flake.nix
16
flake.nix
|
|
@ -670,6 +670,14 @@
|
|||
"*.nix"
|
||||
];
|
||||
};
|
||||
|
||||
"mdformat" = {
|
||||
enable = true;
|
||||
priority = 2;
|
||||
includes = [
|
||||
"*.md"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
settings = {
|
||||
|
|
@ -714,6 +722,14 @@
|
|||
"statix" = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
"markdownlint" = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
"gitlint" = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue