mirror of
https://github.com/sasjs/lint.git
synced 2025-12-11 01:44:36 +00:00
feat(path-lint): add support for linting file names, add lint config schema
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"noTrailingSpaces": true,
|
||||
"noEncodedPasswords": true,
|
||||
"hasDoxygenHeader": true
|
||||
"hasDoxygenHeader": true,
|
||||
"noSpacesInFileNames": true
|
||||
}
|
||||
Reference in New Issue
Block a user