New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-walmart

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-walmart - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

8

package.json
{
"name": "eslint-config-walmart",
"description": "A set of default eslint configurations, Walmart Labs style.",
"version": "2.2.0",
"version": "2.2.1",
"author": "Eric Baer <me@ericbaer.com>",

@@ -10,2 +10,6 @@ "homepage": "https://github.com/walmartlabs/eslint-config-walmart",

},
"files": [
"configurations",
"rules"
],
"repository": "git://github.com/walmartlabs/eslint-config-walmart.git",

@@ -27,3 +31,3 @@ "private": false,

},
"license": "MIT",
"license": "Apache-2.0",
"keywords": [

@@ -30,0 +34,0 @@ "code checker",

@@ -52,2 +52,3 @@ <h1 align="center">eslint-config-walmart</h1>

- `walmart/configurations/es6-browser` - ES6 + browser
- `walmart/configurations/es6-node-test` - ES6 + node 4.x + test
- `walmart/configurations/es6-node` - ES6 + node 4.x

@@ -54,0 +55,0 @@ - `walmart/configurations/es6-react-test` - ES6 + react + test

@@ -26,3 +26,3 @@ "use strict";

// disallow declaration of variables that are not used in the code
"no-unused-vars": [2, { vars: "all", args: "after-used" }],
"no-unused-vars": [2, { vars: "all", args: "after-used", ignoreRestSiblings: true }],
// disallow use of variables before they are defined

@@ -29,0 +29,0 @@ "no-use-before-define": 2

Sorry, the diff of this file is not supported yet

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