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.4 to 0.5.0

docs/no-critical-rules-disable-example.jpg

24

package.json
{
"name": "@welldone-software/eslint-plugin",
"description": "Custom eslint rules helpful for our needs",
"version": "0.4.4",
"description": "Custom eslint rules used in various Welldone-Software's projects",
"version": "0.5.0",
"engines": {
"node": ">=10.0.0"
},
"main": "lib/index.js",
"main": "index.js",
"scripts": {

@@ -18,6 +18,5 @@ "postversion": "git push && git push --tags"

"devDependencies": {
"eslint": "^7.5.0",
"mocha": "^8.0.1"
"eslint": "^7.6.0"
},
"license": "ISC",
"license": "MIT",
"keywords": [

@@ -29,7 +28,14 @@ "eslint",

"modules",
"organization"
"organization",
"critical",
"ignore",
"disable"
],
"author": "Georgii Kats",
"authors": [
"Georgii Kats",
"Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman)"
],
"directories": {
"lib": "lib"
"rules": "rules",
"docs": "docs"
},

@@ -36,0 +42,0 @@ "repository": {

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