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

eslint-config-uploadcare

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-uploadcare - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

lib/rules/best-practices.js

@@ -127,3 +127,3 @@ 'use strict'

/* disallow unused variables */
'no-unused-vars': 'error',
'no-unused-vars': [2, {varsIgnorePattern: 'React'}],
/* disallow unnecessary .call() and .apply() */

@@ -130,0 +130,0 @@ 'no-useless-call': 0,

{
"name": "eslint-config-uploadcare",
"version": "1.2.1",
"version": "1.2.2",
"description": "Uploadcare's base JS ESLint config",

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