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

eslint-config-vtex

Package Overview
Dependencies
Maintainers
22
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 6.0.0 to 6.0.1

34

index.js

@@ -9,16 +9,18 @@ module.exports = {

},
"ecmaFeatures": {
"arrowFunctions": true,
"blockBindings": true,
"classes": true,
"defaultParams": true,
"destructuring": true,
"modules": true,
"objectLiteralComputedProperties": true,
"objectLiteralShorthandMethods": true,
"objectLiteralShorthandProperties": true,
"restParams": true,
"spread": true,
"superInFunctions": true,
"templateStrings": true
"parserOptions": {
"ecmaFeatures": {
"arrowFunctions": true,
"blockBindings": true,
"classes": true,
"defaultParams": true,
"destructuring": true,
"modules": true,
"objectLiteralComputedProperties": true,
"objectLiteralShorthandMethods": true,
"objectLiteralShorthandProperties": true,
"restParams": true,
"spread": true,
"superInFunctions": true,
"templateStrings": true
}
},

@@ -29,3 +31,3 @@ "rules": {

"brace-style": [2, "1tbs", { "allowSingleLine": true }],
"camelcase": [2, {"properties": "always"}],
"camelcase": [2, { "properties": "always" }],
"comma-dangle": [2, "always-multiline"],

@@ -43,3 +45,3 @@ "comma-spacing": [2, { "before": false, "after": true }],

"jsx-quotes": [2, "prefer-double"],
"key-spacing": [2, {"beforeColon": false, "afterColon": true}],
"key-spacing": [2, { "beforeColon": false, "afterColon": true }],
"new-cap": [2, { "newIsCap": true, "capIsNew": false }],

@@ -46,0 +48,0 @@ "new-parens": 2,

{
"name": "eslint-config-vtex",
"version": "6.0.0",
"version": "6.0.1",
"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