diff options
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index ebaffd2..8fbc76e 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -25,6 +25,7 @@ "react/no-children-prop": 0, "react/no-danger": 0, "react/jsx-one-expression-per-line": 0, + "react/button-has-type": 0, "react/jsx-props-no-spreading": 0 } } |