mirror of
https://github.com/sasjs/lint.git
synced 2026-01-14 07:40:05 +00:00
feat(path-lint): add support for linting file names, add lint config schema
This commit is contained in:
@@ -4,5 +4,6 @@
|
||||
*/
|
||||
export enum LintRuleType {
|
||||
Line,
|
||||
File
|
||||
File,
|
||||
Path
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user