From aa8c666cebacdd76ea14d843e0c018fbc594a45f Mon Sep 17 00:00:00 2001 From: HF Date: Sat, 4 Jan 2020 06:58:35 +0100 Subject: [PATCH] less eslint plz --- .eslintrc.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index ed1699f..cffb9fb 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -26,6 +26,10 @@ "no-plusplus" : "off", "no-param-reassign": "off", "no-mixed-operators":"off", - "react/prop-types": "off" + "react/prop-types": "off", + "react/jsx-one-expression-per-line": "off", + "react/jsx-closing-tag-location":"off", + "jsx-a11y/click-events-have-key-events":"off", + "lines-between-class-members":["warn", "always",{"exceptAfterSingleLine": true}] } }