1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-10 14:04:36 +00:00

chore: reducing line length in lint by 5 characters

This commit is contained in:
Allan Bowe
2021-04-05 13:31:09 +00:00
parent 49fbc210ad
commit 066ed00e44
4 changed files with 11 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
"noEncodedPasswords": true,
"hasDoxygenHeader": true,
"noSpacesInFileNames": true,
"maxLineLength": 140,
"maxLineLength": 135,
"lowerCaseFileNames": true,
"noTabIndentation": true,
"indentationMultiple": 2