eslint-config-vtex
Advanced tools
Comparing version 4.0.2 to 5.0.0
@@ -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", |
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
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
5302