Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-digiteels

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-digiteels - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "eslint-config-digiteels",
"description": "ESLint rule presets built and suggested by DigitEels",
"version": "1.1.0",
"version": "1.1.1",
"author": "DigitEels",

@@ -6,0 +6,0 @@ "bugs": {

@@ -17,3 +17,4 @@ 'use strict';

ecmaVersion: 6,
sourceType: 'module',
},
};

@@ -7,5 +7,3 @@ 'use strict';

// enforce that class methods utilize this
'class-methods-use-this': ['error', {
exceptions: [],
}],
'class-methods-use-this': 'error',

@@ -12,0 +10,0 @@ // disallow empty functions

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