Skip to content

Commit

Permalink
polish lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
deepu105 committed Jun 29, 2017
1 parent f86818d commit a41ad67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"class-methods-use-this": "off",
"no-underscore-dangle": "off",
"no-plusplus": "off",
"no-unused-expressions": [2, { "allowShortCircuit": true, "allowTernary": true } ],

"no-multi-assign": "off",
"no-param-reassign": "off",
Expand Down

0 comments on commit a41ad67

Please sign in to comment.