You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.
I created a custom JSON config file, then I modified one of the keys. coffeelint croaked on the first character in the file, which turned out to be a UTF-8 BOM (byte order mark), which my editor automatically created. When I turned that off in my editor, things worked fine but I think that your JSON parser should ignore any BOM that might be present.
The text was updated successfully, but these errors were encountered:
I created a custom JSON config file, then I modified one of the keys. coffeelint croaked on the first character in the file, which turned out to be a UTF-8 BOM (byte order mark), which my editor automatically created. When I turned that off in my editor, things worked fine but I think that your JSON parser should ignore any BOM that might be present.
The text was updated successfully, but these errors were encountered: