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.4 to 0.8.5

6

2015/server.js

@@ -289,7 +289,7 @@ 'use strict';

if (plugins.extended) {
if (plugins.includes('extended')) {
rules['extended/consistent-err-names'] = [ 2, 'prefix' ];
}
if (plugins.mocha) {
if (plugins.includes('mocha')) {
rules['mocha/no-exclusive-tests'] = 2;

@@ -313,3 +313,3 @@ rules['mocha/no-skipped-tests'] = 2;

if (plugins.react) {
if (plugins.includes('react')) {
rules['react/jsx-no-duplicate-props'] = 2;

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

{
"name": "eslint-config-es",
"version": "0.8.4",
"version": "0.8.5",
"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