mirror of
https://github.com/sasjs/lint.git
synced 2026-01-10 14:00:05 +00:00
fix: change type to boolean for noGremlins
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
},
|
},
|
||||||
"noGremlins": {
|
"noGremlins": {
|
||||||
"$id": "#/properties/noGremlins",
|
"$id": "#/properties/noGremlins",
|
||||||
"type": "array",
|
"type": "boolean",
|
||||||
"title": "noGremlins",
|
"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)",
|
"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],
|
"default": [true],
|
||||||
|
|||||||
Reference in New Issue
Block a user