eslint-config-piecioshka
Advanced tools
Comparing version 2.2.2 to 2.2.3
{ | ||
"name": "eslint-config-piecioshka", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "ESLint (for v4.3.0) configuration of my style. Defined all rules.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -632,3 +632,3 @@ 'use strict'; | ||
// require braces around arrow function bodies | ||
'arrow-body-style': ['error', 'as-needed'], | ||
'arrow-body-style': ['off'], | ||
// require parentheses around arrow function arguments | ||
@@ -635,0 +635,0 @@ 'arrow-parens': ['error', 'as-needed'], |
29410