Skip to content

Commit

Permalink
Update eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
philipwalton committed Apr 12, 2016
1 parent ad5d326 commit b1b8b89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"linebreak-style": [2, "unix"],
"max-len": [2, 80],
"no-multiple-empty-lines": [2, {"max": 2}],
"no-unused-vars": [2, {"vars": "all"}],
"no-trailing-spaces": 2,
"object-curly-spacing": [2, "never"],
"quotes": [2, "single"],
Expand Down

0 comments on commit b1b8b89

Please sign in to comment.