@meadow/eslint-config
Advanced tools
Comparing version 5.0.2 to 5.0.3
10
index.js
@@ -300,3 +300,3 @@ module.exports = { | ||
"react/button-has-type": 2, | ||
"react/default-props-match-prop-types": 2, | ||
"react/default-props-match-prop-types": [2, { "allowRequiredDefaults": true }], | ||
"react/destructuring-assignment": 0, | ||
@@ -324,3 +324,3 @@ "react/display-name": [2, { "ignoreTranspilerName": false }], | ||
"react/no-this-in-sfc": 2, | ||
"react/no-unescaped-entities": 2, | ||
"react/no-unescaped-entities": 0, | ||
"react/no-unknown-property": 2, | ||
@@ -345,3 +345,3 @@ "react/no-unsafe": 2, | ||
"react/jsx-boolean-value": [2, "always"], | ||
"react/jsx-child-element-spacing": 2, | ||
"react/jsx-child-element-spacing": 0, | ||
"react/jsx-closing-bracket-location": [2, { "selfClosing": "after-props", "nonEmpty": "after-props"}], | ||
@@ -359,3 +359,3 @@ "react/jsx-closing-tag-location": 2, | ||
"react/jsx-max-props-per-line": [2, { "maximum": 5 }], | ||
"react/jsx-no-bind": 2, | ||
"react/jsx-no-bind": [2 , { "allowFunctions": true }], | ||
"react/jsx-no-comment-textnodes": 2, | ||
@@ -366,3 +366,3 @@ "react/jsx-no-duplicate-props": 2, | ||
"react/jsx-no-undef": 2, | ||
"react/jsx-one-expression-per-line": 2, | ||
"react/jsx-one-expression-per-line": 0, | ||
"react/jsx-curly-brace-presence": [2, "never"], | ||
@@ -369,0 +369,0 @@ "react/jsx-pascal-case": 2, |
{ | ||
"name": "@meadow/eslint-config", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "Extendable ESLint configuration by Meadow", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
11808