Use yaml for rules

This commit is contained in:
Edward Firmo
2024-01-05 09:16:41 +01:00
parent 469a84492c
commit 70e6a88638
3 changed files with 3 additions and 5 deletions

View File

@@ -1,4 +0,0 @@
{
"MD013": { "line_length": 200 }
}

2
.rules/markdownlint.yml Normal file
View File

@@ -0,0 +1,2 @@
MD013:
line_length: 200