mirror of
https://github.com/sasjs/lint.git
synced 2025-12-10 17:34:36 +00:00
fix: change type to boolean for noGremlins
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
},
|
||||
"noGremlins": {
|
||||
"$id": "#/properties/noGremlins",
|
||||
"type": "array",
|
||||
"type": "boolean",
|
||||
"title": "noGremlins",
|
||||
"description": "Captures problematic characters such as zero-width whitespace and others that look valid but usually are not (such as the en dash)",
|
||||
"default": [true],
|
||||
|
||||
Reference in New Issue
Block a user