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

@mitm/eslint-config

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mitm/eslint-config - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

2

package.json
{
"name": "@mitm/eslint-config",
"version": "1.0.0",
"version": "1.1.0",
"main": "./index.js",
"typings": "./index.d.ts"
}

@@ -39,2 +39,3 @@ declare const _extends: string[];

functions: boolean;
classes: boolean;
})[];

@@ -41,0 +42,0 @@ 'no-useless-constructor': string;

@@ -43,3 +43,3 @@ "use strict";

'no-use-before-define': 'off',
'@typescript-eslint/no-use-before-define': ['warn', { functions: false }],
'@typescript-eslint/no-use-before-define': ['warn', { functions: false, classes: false }],
'no-useless-constructor': 'off',

@@ -46,0 +46,0 @@ '@typescript-eslint/no-useless-constructor': ['warn'],

Sorry, the diff of this file is not supported yet

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