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

eslint-config-es

Package Overview
Dependencies
Maintainers
4
Versions
282
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-es - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

2

2015/server.js

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

'id-blacklist': 0,
'id-length': [ 2, { min: 2, max: Number.infinity, properties: 'always', exceptions: []}],
'id-length': [ 2, { min: 2, max: Number.infinity, properties: 'always', exceptions: [ '_' ]}],
'id-match': 0,

@@ -166,0 +166,0 @@ indent: [ 2, 2, { SwitchCase: 1, VariableDeclarator: { var: 2, let: 2, const: 3 }}],

{
"name": "eslint-config-es",
"version": "0.6.0",
"version": "0.6.1",
"description": "eslint-config-es contains a strict ESLint configuration for ES2015.",

@@ -5,0 +5,0 @@ "contributors": [

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