Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
remove rules (#2091)
Browse files Browse the repository at this point in the history
  • Loading branch information
luclu authored and evertonfraga committed Apr 11, 2017
1 parent be01fe0 commit 180278c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ rules:
arrow-body-style: off
prefer-arrow-callback: off
no-underscore-dangle: off
object-curly-spacing: off
func-names: off
global-require: off
class-methods-use-this: off
comma-dangle:
- error
- only-multiline ## no comma after last item if one line, though allow comma if multiline
Expand Down

0 comments on commit 180278c

Please sign in to comment.