Huge News!Announcing our $40M Series B led by Abstract Ventures.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.4.3 to 0.4.4

2

package.json
{
"name": "@welldone-software/eslint-plugin",
"description": "Custom eslint rules helpful for our needs",
"version": "0.4.3",
"version": "0.4.4",
"engines": {

@@ -6,0 +6,0 @@ "node": ">=10.0.0"

@@ -23,7 +23,7 @@ # @welldone-software/eslint-plugin

Add `welldone` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:
Add `@welldone-software` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:
```json
{
"plugins": ["welldone"]
"plugins": ["@welldone-software"]
}

@@ -37,3 +37,3 @@ ```

"rules": {
"welldone/modules-engagement": "error",
"@welldone-software/modules-engagement": "error",
}

@@ -46,3 +46,3 @@ }

([`welldone/modules-engagement`](./rules/modules-engagement))
([`@welldone-software/modules-engagement`](./rules/modules-engagement))

@@ -59,3 +59,3 @@ This rule enforces Welldone's standard file structure.

"rules": {
"welldone/modules-engagement": ["error", {
"@welldone-software/modules-engagement": ["error", {
// provide a glob to only lint certain paths. F.E:

@@ -62,0 +62,0 @@ // glob": "/packages/!(common-package)/**/!(*.stories|*.test).js"

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