@thebestco/eslint-config
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "@thebestco/eslint-config", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "The BestCompany's shared eslint config", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -24,3 +24,6 @@ module.exports = { | ||
{ | ||
"offsetTernaryExpressions": true | ||
SwitchCase: 1, | ||
VariableDeclarator: 1, | ||
offsetTernaryExpressions: true, // Match prettier | ||
ignoredNodes: ["TemplateLiteral"], | ||
} | ||
@@ -27,0 +30,0 @@ ], |
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
54767
1176