添加 .lintmdrc

This commit is contained in:
cxykevin 2024-07-07 16:55:10 +08:00
parent 73ea12e661
commit 46669a43cf
1 changed files with 6 additions and 0 deletions

6
.lintmdrc Normal file
View File

@ -0,0 +1,6 @@
{
"rules":{
"no-empty-code": 1,
"no-long-code": 0
}
}