eslint-config-vtex
Advanced tools
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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
5439
155