1
0
mirror of https://github.com/sasjs/lint.git synced 2025-12-10 17:34:36 +00:00

chore(docs): gremlins loc

This commit is contained in:
Allan Bowe
2023-02-22 14:29:01 +00:00
committed by GitHub
parent 0fe79273e0
commit 22cc42446c

View File

@@ -53,7 +53,7 @@ Configuring a non-zero return code (ERROR) is helpful when running `sasjs lint`
### allowedGremlins
An array of hex codes that represents allowed gremlins (invisible / undesirable characters). To allow all gremlins, you can also set the `noGremlins` rule to `false`.
An array of hex codes that represents allowed gremlins (invisible / undesirable characters). To allow all gremlins, you can also set the `noGremlins` rule to `false`. The full gremlin list is [here](https://github.com/sasjs/lint/blob/main/src/utils/gremlinCharacters.ts).
Example: