New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.8.7 to 0.8.8

3

2015/server.js

@@ -124,2 +124,3 @@ 'use strict';

'no-useless-escape': 2,
'no-useless-return': 2,
'no-void': 2,

@@ -174,2 +175,3 @@ 'no-warning-comments': 2,

'func-call-spacing': [ 2, 'never' ],
'func-name-matching': 0,
'func-style': [ 2, 'expression' ],

@@ -371,3 +373,2 @@ 'id-blacklist': 0,

rules['react/jsx-space-before-closing'] = [ 2, 'always' ];
rules['react/jsx-tag-spacing'] = [ 2, { closingSlash: 'never', beforeSelfClosing: 'always', afterOpening: 'never' }];
rules['react/jsx-uses-react'] = 2;

@@ -374,0 +375,0 @@ rules['react/jsx-uses-vars'] = 2;

{
"name": "eslint-config-es",
"version": "0.8.7",
"version": "0.8.8",
"description": "eslint-config-es contains a very strict ESLint configuration for ES2015 and above.",

@@ -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