Socket
Socket
Sign inDemoInstall

eslint-config-uber-base

Package Overview
Dependencies
147
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.1.0

4

index.js

@@ -34,2 +34,6 @@ // Copyright (c) 2016 Uber Technologies, Inc.

rules: {
'no-unused-vars': [
'error',
{vars: 'all', args: 'none', ignoreRestSiblings: true},
],
// Prettier settings

@@ -36,0 +40,0 @@ 'prettier/prettier': [

2

package.json
{
"name": "eslint-config-uber-base",
"version": "2.0.0",
"version": "2.1.0",
"description": "Base ESlint config",

@@ -5,0 +5,0 @@ "author": "Web Platform Team <eng-web-platform@uber.com>",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc