From 1f4bfa682002f93a4a7cefd7f959539f3acc8a6d Mon Sep 17 00:00:00 2001 From: whistlemm <276158636@qq.com> Date: Fri, 8 Dec 2017 22:49:01 +0800 Subject: [PATCH] [fixed] eslint: 1. support ++; 2. arrow fun can assignment --- .eslintrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 73224d1..c3774f2 100644 --- a/.eslintrc +++ b/.eslintrc @@ -30,7 +30,9 @@ "react/no-unused-prop-types": [0], "react/no-string-refs": [0], "class-methods-use-this": [0], - "react/no-multi-comp": [0] + "react/no-multi-comp": [0], + "no-return-assign": [0], + "no-plusplus": [0] }, "parserOptions": { "ecmaFeatures": {