Skip to content

Commit

Permalink
fix: semi colon forced (default airbnb
Browse files Browse the repository at this point in the history
; is still the most common way of ending a line in JS even if it's
optional.

As we have: libraries, tutorials, docs, readmes then having both semi
and no-semi code would make it harder for our users.
  • Loading branch information
vvo committed Jul 6, 2015
1 parent bc2513a commit 84bc291
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
2
],
"no-use-before-define": [2, "nofunc"],
"semi": [2, "never"],
"no-lonely-if": 2,
"handle-callback-err": 2,
"no-extra-parens": 2,
Expand Down

0 comments on commit 84bc291

Please sign in to comment.