1
0
mirror of https://github.com/sasjs/lint.git synced 2025-12-11 01:44:36 +00:00

feat: new rule hasMacroNameInMend

This commit is contained in:
Saad Jutt
2021-04-05 21:30:09 +05:00
parent 82bef9f26b
commit a0e2c2d843
6 changed files with 309 additions and 3 deletions

View File

@@ -6,5 +6,6 @@
"maxLineLength": 80,
"lowerCaseFileNames": true,
"noTabIndentation": true,
"indentationMultiple": 2
"indentationMultiple": 2,
"hasMacroNameInMend": false
}