1
0
mirror of https://github.com/sasjs/lint.git synced 2026-04-21 21:21:31 +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
+1 -1
View File
@@ -7,7 +7,7 @@
"lowerCaseFileNames": true,
"noTabIndentation": true,
"indentationMultiple": 2,
"hasMacroNameInMend": false,
"hasMacroNameInMend": true,
"noNestedMacros": true,
"hasMacroParentheses": true
}