Skip to content

Instantly share code, notes, and snippets.

@Clement-TS
Created August 4, 2016 09:51
Show Gist options
  • Save Clement-TS/1c435fd29fbb308bf63f028cfb290bf8 to your computer and use it in GitHub Desktop.
Save Clement-TS/1c435fd29fbb308bf63f028cfb290bf8 to your computer and use it in GitHub Desktop.
A jshint configuration file
{
"strict": true,
"node": true,
"browser": true,
"mocha":true,
"laxbreak": true,
"laxcomma": true,
"lastsemic": true,
"nomen": true,
"white": true,
"nomen": false,
"asi": true,
"curly": false,
"newcap": true,
"esversion": 6,
"globals": {
"moment": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment