diff options
author | Eugene Sokolov <eug-vs@keemail.me> | 2020-10-08 13:58:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-08 13:58:18 +0300 |
commit | 45b4094c02301ff854b8b8017437ad9989efa117 (patch) | |
tree | 0c7c375a24519fdff596f8377e2a131b98d2501e /.eslintrc.json | |
parent | c3f9271adebf37ed66664d978cfae2a6b327ebff (diff) | |
parent | 80a09a9ec176c7585dca9d81f6b3d690660ce633 (diff) | |
download | which-ui-45b4094c02301ff854b8b8017437ad9989efa117.tar.gz |
Merge pull request #101 from which-ecosystem/feat/modal
ModalScreen component
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 } } |