ouija-io / ouija

Communicating with ghosts
http://ouija.io
BSD 3-Clause "New" or "Revised" License
128 stars 14 forks source link

Replace quotemarks with single quotes. #59

Closed halfdan closed 10 years ago

halfdan commented 10 years ago

Fix jshintrc.

@colinmacdonald reminded me that Ghost only uses single quotes in the code. While this isn’t currently checked on the Ghost side (because there are still some double quotes lingering around) I moved to all single-quotes with this PR.

The .jshintrc was still containing comments (which is sadly not support by JSON). They are removed now.