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

@dotcom-reliability-kit/eslint-config

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotcom-reliability-kit/eslint-config - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

5

lib/index.d.ts

@@ -13,2 +13,3 @@ export namespace env {

'array-callback-return': string;
eqeqeq: string;
'constructor-super': string;

@@ -29,2 +30,3 @@ 'for-direction': string;

'no-ex-assign': string;
'no-extend-native': string;
'no-fallthrough': string;

@@ -34,2 +36,3 @@ 'no-func-assign': string;

'no-inner-declarations': string;
'no-irregular-whitespace': string;
'no-new-native-nonconstructor': string;

@@ -41,2 +44,3 @@ 'no-obj-calls': string;

'no-this-before-super': string;
'no-undef': string;
'no-unexpected-multiline': string;

@@ -47,2 +51,3 @@ 'no-unreachable': string;

'no-unused-private-class-members': string;
'no-unused-vars': string;
'require-atomic-updates': string;

@@ -49,0 +54,0 @@ 'use-isnan': string;

@@ -14,2 +14,3 @@ const config = {

'array-callback-return': 'error',
eqeqeq: 'error',
'constructor-super': 'error',

@@ -30,2 +31,3 @@ 'for-direction': 'error',

'no-ex-assign': 'error',
'no-extend-native': 'error',
'no-fallthrough': 'error',

@@ -35,2 +37,3 @@ 'no-func-assign': 'error',

'no-inner-declarations': 'error',
'no-irregular-whitespace': 'error',
'no-new-native-nonconstructor': 'error',

@@ -42,2 +45,3 @@ 'no-obj-calls': 'error',

'no-this-before-super': 'error',
'no-undef': 'error',
'no-unexpected-multiline': 'error',

@@ -48,2 +52,3 @@ 'no-unreachable': 'error',

'no-unused-private-class-members': 'error',
'no-unused-vars': 'error',
'require-atomic-updates': 'error',

@@ -50,0 +55,0 @@ 'use-isnan': 'error',

2

package.json
{
"name": "@dotcom-reliability-kit/eslint-config",
"version": "1.0.0",
"version": "2.0.0",
"description": "A linting config, specifically focussed on enhancing code quality and proactively catching errors/bugs before they make it into production",

@@ -5,0 +5,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