@welldone-software/eslint-plugin
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -76,4 +76,4 @@ # @welldone-software/no-critical-rules-disable | ||
### rules | ||
* Schema: {critical-rule-id: {string|boolean}} | ||
* Default: {} | ||
* Schema: `{[critical-rule-id]: {string|boolean}}` | ||
* Default: `{}` | ||
@@ -83,6 +83,6 @@ A list of rules to disable. Rules can receive a custom message or a boolean to use the defaultMessage. | ||
### defaultMessage | ||
* Schema: {string} | ||
* Default: 'Are you sure you want to disable the critical rule "{{critical-rule-id}}"?' | ||
* Schema: `string` | ||
* Default: `'Are you sure you want to disable the critical rule "{{critical-rule-id}}"?'` | ||
The message to display for rules configured with `true` where {{critical-rule-id}} isntances are replaced with the rule name. | ||
The message to display for rules configured with `true` where `{{critical-rule-id}}` instances are replaced with the rule's id. | ||
@@ -89,0 +89,0 @@ ```json |
{ | ||
"name": "@welldone-software/eslint-plugin", | ||
"description": "Custom eslint rules used in various Welldone-Software's projects", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"engines": { | ||
@@ -6,0 +6,0 @@ "node": ">=10.0.0" |
71128