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

eslint-config-vtex

Package Overview
Dependencies
Maintainers
3
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-vtex - npm Package Compare versions

Comparing version 4.0.2 to 5.0.0

2

index.js

@@ -127,3 +127,3 @@ module.exports = {

"space-before-blocks": [2, "always"],
"space-before-function-paren": [2, "always"],
"space-before-function-paren": ["error", { "anonymous": "ignore", "named": "never" }]
"space-in-parens": [2, "never"],

@@ -130,0 +130,0 @@ "space-infix-ops": 2,

{
"name": "eslint-config-vtex",
"version": "4.0.2",
"version": "5.0.0",
"description": "VTEX's 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