eslint-config-piecioshka
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "eslint-config-piecioshka", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "ESLint (for v4.3.0) configuration of my style. Defined all rules.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -536,3 +536,3 @@ 'use strict'; | ||
// require parentheses around arrow function arguments | ||
"arrow-parens": ["error", "always"], | ||
"arrow-parens": ["error", "as-needed"], | ||
// enforce consistent spacing before and after the arrow in arrow functions | ||
@@ -539,0 +539,0 @@ "arrow-spacing": ["error", { |
30092