mirror of
https://github.com/sasjs/lint.git
synced 2026-01-08 21:10:05 +00:00
feat(lint): add rule for indentation multiple
This commit is contained in:
@@ -13,7 +13,8 @@ export const DefaultLintConfiguration = {
|
||||
noSpacesInFileNames: true,
|
||||
lowerCaseFileNames: true,
|
||||
maxLineLength: 80,
|
||||
noTabIndentation: true
|
||||
noTabIndentation: true,
|
||||
indentationMultiple: 2
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user