1
0
mirror of https://github.com/sasjs/lint.git synced 2026-01-19 10:10:05 +00:00

fix(hasMacroNameInMend): default sets to true

This commit is contained in:
Saad Jutt
2021-04-15 16:33:31 +05:00
parent 031a323839
commit c56887d6e6
6 changed files with 27 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
"lowerCaseFileNames": true,
"noTabIndentation": true,
"indentationMultiple": 2,
"hasMacroNameInMend": false,
"hasMacroNameInMend": true,
"noNestedMacros": true,
"hasMacroParentheses": true
}