Skip to content

Instantly share code, notes, and snippets.

@FredKSchott
Last active August 29, 2015 14:05
Show Gist options
  • Save FredKSchott/e2c0628271d4cfc44603 to your computer and use it in GitHub Desktop.
Save FredKSchott/e2c0628271d4cfc44603 to your computer and use it in GitHub Desktop.
ShellJS Recipes - JSON Linting - http://shelljs-recipes.tumblr.com/
// Dependencies: jsonlint
echo('Validating JSON');
exec('node ./node_modules/jsonlint/lib/cli.js -q -c ' + JSON_FILES);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment