@axeptio/eslint-config-axeptio-front
Advanced tools
Comparing version 1.0.2 to 1.0.4
@@ -22,3 +22,3 @@ module.exports = { | ||
rules: { | ||
indent: ['error', 2, { SwitchCase: 1, ignoredNodes: ['ConditionalExpression'] }], | ||
indent: ['error', 2, { SwitchCase: 1, ignoredNodes: ['ConditionalExpression', 'TemplateLiteral > *'] }], | ||
quotes: [2, 'single', { avoidEscape: true }], | ||
@@ -25,0 +25,0 @@ 'react/react-in-jsx-scope': 'off', |
{ | ||
"name": "@axeptio/eslint-config-axeptio-front", | ||
"version": "1.0.2", | ||
"version": "1.0.4", | ||
"description": "Axeptio front-end eslint & prettier configuration", | ||
@@ -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
5059