@warp-ds/eslint-config
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -10,3 +10,2 @@ module.exports = { | ||
}, | ||
extends: ['prettier'], | ||
plugins: ['prettier'], | ||
@@ -18,3 +17,7 @@ rules: { | ||
2, | ||
{ SwitchCase: 1, ignoredNodes: ['TemplateLiteral *'] }, | ||
{ | ||
MemberExpression: 'off', | ||
SwitchCase: 1, | ||
ignoredNodes: ['TemplateLiteral *', 'ArrowFunctionExpression'], | ||
}, | ||
], | ||
@@ -26,3 +29,2 @@ 'comma-dangle': ['error', 'always-multiline'], | ||
'key-spacing': ['error', { mode: 'minimum' }], | ||
'no-confusing-arrow': ['error'], | ||
'object-curly-spacing': ['error', 'always'], | ||
@@ -29,0 +31,0 @@ 'brace-style': ['error', '1tbs', { allowSingleLine: true }], |
{ | ||
"name": "@warp-ds/eslint-config", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
1833
58