mirror of
https://github.com/sasjs/lint.git
synced 2026-01-10 22:10:06 +00:00
feat: add a new config maxHeaderLineLength
This commit is contained in:
@@ -16,6 +16,7 @@ export const DefaultLintConfiguration = {
|
||||
noSpacesInFileNames: true,
|
||||
lowerCaseFileNames: true,
|
||||
maxLineLength: 80,
|
||||
maxHeaderLineLength: 80,
|
||||
noTabIndentation: true,
|
||||
indentationMultiple: 2,
|
||||
hasMacroNameInMend: true,
|
||||
|
||||
Reference in New Issue
Block a user