diff options
author | eug-vs <eug-vs@keemail.me> | 2020-04-18 20:44:55 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-04-18 20:44:55 +0300 |
commit | 9272b0af3d7b2fba4738a341a1f2776243e0e515 (patch) | |
tree | a0c315933d53e87614e806ba0b151234fb400977 /.eslintrc.json | |
parent | 2c5fa193541eb8b74974731d01312f73951bca17 (diff) | |
download | react-benzin-9272b0af3d7b2fba4738a341a1f2776243e0e515.tar.gz |
style: manually fix some errors
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index c5c45a7..a755820 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -12,7 +12,9 @@ "jsx-quotes": ["error", "prefer-double"], "quotes": ["error", "single"], "react/prop-types": 0, + "react/no-children-prop": 0, "arrow-body-style": 0, + "no-cond-assign": 0, "arrow-parens": [2, "as-needed"], "no-multiple-empty-lines": [2, { "max": 2, "maxEOF": 1 } ] } |