@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.
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.