Let Sublime Text check your JavaScript and JSON files

To show errors in the gutter of Sublime Text 3, do the following: Make sure that Nodejs is installed. Install jshint via Nodejs: npm install -g jshint (or “sudo npm install -g jshint” if that doesn’t work) Install the Sublime Package Manager (in case you haven’t done this before, because Sublime is quite useless without …