Skip to content

Commit

Permalink
[fixed] eslint: 1. support ++; 2. arrow fun can assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
whistlemm committed Dec 8, 2017
1 parent 55a31a7 commit 1f4bfa6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 1f4bfa6

Please sign in to comment.