mirror of
https://github.com/sasjs/lint.git
synced 2025-12-10 17:34:36 +00:00
feat: new rules noNestedMacros & hasMacroParentheses
This commit is contained in:
@@ -7,5 +7,7 @@
|
||||
"lowerCaseFileNames": true,
|
||||
"noTabIndentation": true,
|
||||
"indentationMultiple": 2,
|
||||
"hasMacroNameInMend": false
|
||||
"hasMacroNameInMend": false,
|
||||
"noNestedMacros": true,
|
||||
"hasMacroParentheses": true
|
||||
}
|
||||
Reference in New Issue
Block a user