diff options
author | eug-vs <eug-vs@keemail.me> | 2020-10-08 13:56:28 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-10-08 13:56:28 +0300 |
commit | 80a09a9ec176c7585dca9d81f6b3d690660ce633 (patch) | |
tree | 0c7c375a24519fdff596f8377e2a131b98d2501e /.eslintrc.json | |
parent | 4a86d5c3f0b023c6e4e7862f2a49301ef8b4d3f7 (diff) | |
download | which-ui-80a09a9ec176c7585dca9d81f6b3d690660ce633.tar.gz |
style: fix eslint errors
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 479e04f..1102af4 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -25,6 +25,7 @@ "react/prop-types": 0, "react/no-children-prop": 0, "react/no-danger": 0, - "react/jsx-one-expression-per-line": 0 + "react/jsx-one-expression-per-line": 0, + "react/jsx-props-no-spreading": 0 } } |