Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upJSON errors in Syntastic #128
Comments
This comment has been minimized.
This comment has been minimized.
|
Got it. JSON files were being detected as JavaScript files. If anyone comes across this you can check by opening a JSON file and running |
mmwtsn
closed this
May 7, 2015
lock
bot
locked as resolved and limited conversation to collaborators
May 11, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
mmwtsn commentedMay 7, 2015
Syntastic is showing errors from Standard in various valid JSON files. When the same files are checked using the
standardexecutable no errors are returned.For example, this repository's
package.jsonfile is returning the following:{ "name": "standard", // … } // package.json|2 col 9 warning| Unexpected token : (undefined)With arrays, double quotes are flagged:
Any ideas?