1
0
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:
Krishna Acondy
2021-03-29 09:26:20 +01:00
parent 8fc3c39993
commit f1adcb8cb4
10 changed files with 188 additions and 53 deletions

View File

@@ -13,7 +13,8 @@ export const DefaultLintConfiguration = {
noSpacesInFileNames: true,
lowerCaseFileNames: true,
maxLineLength: 80,
noTabIndentation: true
noTabIndentation: true,
indentationMultiple: 2
}
/**