mirror of
https://github.com/sasjs/lint.git
synced 2026-04-21 21:21:31 +00:00
feat(lint): add rules for lowercase file names, max line length and no tab indentation
This commit is contained in:
+4
-1
@@ -2,5 +2,8 @@
|
||||
"noTrailingSpaces": true,
|
||||
"noEncodedPasswords": true,
|
||||
"hasDoxygenHeader": true,
|
||||
"noSpacesInFileNames": true
|
||||
"noSpacesInFileNames": true,
|
||||
"maxLineLength": 80,
|
||||
"lowerCaseFileNames": true,
|
||||
"noTabIndentation": true
|
||||
}
|
||||
Reference in New Issue
Block a user