We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ffef8 commit 244d8bdCopy full SHA for 244d8bd
static/schema/schema.v2.json
@@ -357,8 +357,7 @@
357
"items": {
358
"type": "string"
359
},
360
- "default": ["EN_UNPAIRED_BRACKETS", "EN_UNPAIRED_QUOTES"],
361
- "description": "IDs of rules to be disabled."
+ "description": "IDs of rules to be disabled. Note: EN_UNPAIRED_BRACKETS, and EN_UNPAIRED_QUOTES are always disabled."
362
363
"enabled_categories": {
364
"type": "array",
@@ -372,8 +371,7 @@
372
371
373
374
375
- "default": ["TYPOS", "TYPOGRAPHY", "CASING"],
376
- "description": "IDs of categories to be disabled."
+ "description": "IDs of categories to be disabled. Note: TYPOS, TYPOGRAPHY, and CASING are always disabled."
377
378
"enabled_only": {
379
"type": "boolean",
0 commit comments