From 790cb41dfe3283fea96789fbacc28a077c474e44 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 14 Mar 2021 05:43:40 +0300 Subject: chore: uninstall unused deps --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) (limited to '.eslintrc.json') 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 } } -- cgit v1.2.3