eslint-config-bengler
Advanced tools
Comparing version 0.4.3 to 0.4.4
{ | ||
"name": "eslint-config-bengler", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "Shared eslint configs for Bengler", | ||
@@ -5,0 +5,0 @@ "main": "base.js", |
@@ -22,3 +22,3 @@ // Use this for react projects | ||
"react/jsx-max-props-per-line": [2, {"maximum": 6}], | ||
"react/jsx-no-bind": 2, | ||
"react/jsx-no-bind": 1, | ||
"react/jsx-no-duplicate-props": 2, | ||
@@ -25,0 +25,0 @@ "react/jsx-no-literals": 0, |