1
0
mirror of https://github.com/sasjs/lint.git synced 2026-01-09 13:30:05 +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

@@ -14,7 +14,8 @@ export const DefaultLintConfiguration = {
lowerCaseFileNames: true,
maxLineLength: 80,
noTabIndentation: true,
indentationMultiple: 2
indentationMultiple: 2,
hasMacroNameInMend: false
}
/**