Skip to content

Commit

Permalink
Update .eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Sep 14, 2015
1 parent 63ba215 commit 97fdd8b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "mysticatea/nodejs"
"extends": "mysticatea/nodejs",
"rules": {
"operator-linebreak": [2, "after", {"overrides": {"?": "none", ":": "none"}}]
}
}

0 comments on commit 97fdd8b

Please sign in to comment.