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
3
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 1.1.1 to 1.2.0

2

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

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

@@ -15,4 +15,4 @@ "use strict";

"consistent-return": 2,
// specify curly brace conventions for all control statements
"curly": [2, "all"],
// specify curly brace conventions for multi-line control statements
"curly": [2, "multi-line"],
// require default case in switch statements

@@ -19,0 +19,0 @@ "default-case": 0,

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

// disallow unnecessary parentheses
"no-extra-parens": 2,
"no-extra-parens": 0,
// disallow unnecessary semicolons

@@ -35,0 +35,0 @@ "no-extra-semi": 2,

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

// require parens in arrow function arguments
"arrow-parens": 2,
"arrow-parens": 0,
// require space before/after arrow function's arrow

@@ -11,0 +11,0 @@ "arrow-spacing": 2,

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

// specify whether double or single quotes should be used
"quotes": [2, "double"],
"quotes": [2, "double", { "allowTemplateLiterals": true }],
// Require JSDoc comment

@@ -135,3 +135,3 @@ "require-jsdoc": 0,

// require or disallow space before function opening parenthesis
"space-before-function-paren": [2, {"anonymous": "always", "named": "never" }],
"space-before-function-paren": 0,
// require or disallow spaces inside parentheses

@@ -138,0 +138,0 @@ "space-in-parens": [2, "never"],

Sorry, the diff of this file is too big to display

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