mirror of
https://github.com/sasjs/lint.git
synced 2026-01-09 13:30:05 +00:00
feat: new rules noNestedMacros & hasMacroParentheses
This commit is contained in:
@@ -15,7 +15,9 @@ export const DefaultLintConfiguration = {
|
||||
maxLineLength: 80,
|
||||
noTabIndentation: true,
|
||||
indentationMultiple: 2,
|
||||
hasMacroNameInMend: false
|
||||
hasMacroNameInMend: false,
|
||||
noNestedMacros: true,
|
||||
hasMacroParentheses: true
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user