New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@welldone-software/eslint-plugin

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@welldone-software/eslint-plugin - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

10

docs/no-critical-rules-disable.md

@@ -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"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc