mirror of
https://github.com/sasjs/lint.git
synced 2026-01-08 13:00:06 +00:00
feat(lint): implement v1 with 3 rules - trailing spaces, encoded passwords and Doxygen header
This commit is contained in:
4
src/types/LintRuleType.ts
Normal file
4
src/types/LintRuleType.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export enum LintRuleType {
|
||||
Line,
|
||||
File
|
||||
}
|
||||
Reference in New Issue
Block a user