feat: adds linting
Some checks failed
Lint / lint (push) Failing after 4s

This commit is contained in:
Iain Learmonth 2025-05-27 14:12:17 +01:00
parent c98331150c
commit 3b62f99653
6 changed files with 139 additions and 4 deletions

6
.markdownlint.json Normal file
View file

@ -0,0 +1,6 @@
{
"MD033": false,
"line_length": {
"line_length": 92
}
}