From 9941754be106accd5ea8ce4b6f8229dd6f4afc9b Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 18 Apr 2020 20:23:32 +0300 Subject: feat: update linting rules --- .eslintrc.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 0d36de5..c5c45a7 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -10,6 +10,10 @@ "ignorePatterns": "dist/", "rules": { "jsx-quotes": ["error", "prefer-double"], - "quotes": ["error", "single"] + "quotes": ["error", "single"], + "react/prop-types": 0, + "arrow-body-style": 0, + "arrow-parens": [2, "as-needed"], + "no-multiple-empty-lines": [2, { "max": 2, "maxEOF": 1 } ] } } -- cgit v1.2.3