Skip to content

Commit 244d8bd

Browse files
Update schema.v2.json
1 parent d8ffef8 commit 244d8bd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

static/schema/schema.v2.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,7 @@
357357
"items": {
358358
"type": "string"
359359
},
360-
"default": ["EN_UNPAIRED_BRACKETS", "EN_UNPAIRED_QUOTES"],
361-
"description": "IDs of rules to be disabled."
360+
"description": "IDs of rules to be disabled. Note: EN_UNPAIRED_BRACKETS, and EN_UNPAIRED_QUOTES are always disabled."
362361
},
363362
"enabled_categories": {
364363
"type": "array",
@@ -372,8 +371,7 @@
372371
"items": {
373372
"type": "string"
374373
},
375-
"default": ["TYPOS", "TYPOGRAPHY", "CASING"],
376-
"description": "IDs of categories to be disabled."
374+
"description": "IDs of categories to be disabled. Note: TYPOS, TYPOGRAPHY, and CASING are always disabled."
377375
},
378376
"enabled_only": {
379377
"type": "boolean",

0 commit comments

Comments
 (0)