Skip to content

Commit

Permalink
Disable new lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Sep 5, 2017
1 parent 6a9bbe6 commit d1bcd3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"no-prototype-builtins": "off",
"no-multi-assign": "off",
"no-bitwise": "off",
"prefer-rest-params": "off"
"prefer-rest-params": "off",
"function-paren-newline": "off"
}
}

0 comments on commit d1bcd3f

Please sign in to comment.