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

@tensor-corp/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tensor-corp/eslint-config - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

CHANGELOG.md

12

base.js

@@ -47,3 +47,3 @@ 'use strict';

'no-obj-calls': 'error',
'no-prototype-builtins': 'error',
'no-prototype-builtins': 'off',
'no-regex-spaces': 'error',

@@ -337,4 +337,4 @@ 'no-sparse-arrays': 'error',

allow: [],
allowAfterThis: false,
allowAfterSuper: false,
allowAfterThis: true,
allowAfterSuper: true,
enforceInMethodNames: false

@@ -446,3 +446,9 @@ }

'yield-star-spacing': ['warn', 'after']
},
'overrides': {
'files': ['**/*.test.js', '**/*.case.js'],
'rules': {
'max-nested-callbacks': 'off'
}
}
};
{
"name": "@tensor-corp/eslint-config",
"version": "2.0.0",
"version": "2.0.1",
"files": [

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