eslint-config-kswedberg
Advanced tools
Comparing version
{ | ||
"name": "eslint-config-kswedberg", | ||
"version": "2.2.5", | ||
"version": "2.2.6", | ||
"description": "A shareable eslint config", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -18,6 +18,6 @@ | ||
module.exports.es6 = { | ||
'arrow-body-style': ['warn', 'as-needed'], | ||
'arrow-body-style': ['warn', 'as-needed', {requireReturnForObjectLiteral: true}], | ||
'arrow-spacing': 'warn', | ||
'no-class-assign': 'warn', | ||
'no-confusing-arrow': 'error', | ||
'no-confusing-arrow': ['error', {allowParens: true}], | ||
'no-const-assign': 'error', | ||
@@ -24,0 +24,0 @@ 'no-duplicate-imports': 'warn', |
9368
0.67%