1
0
mirror of https://github.com/sasjs/lint.git synced 2026-01-19 02:00:05 +00:00

feat: add new rule noGremlins

This commit is contained in:
2022-12-26 21:14:48 +05:00
parent 65772804fe
commit 7d6fc8eb8c
4 changed files with 150 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
export { noGremlins } from './noGremlins'
export { indentationMultiple } from './indentationMultiple'
export { maxLineLength } from './maxLineLength'
export { noEncodedPasswords } from './noEncodedPasswords'