Skip to content

Instantly share code, notes, and snippets.

View NicolaSmaniotto's full-sized avatar

Nicola Smaniotto NicolaSmaniotto

View GitHub Profile
@amatiasq
amatiasq / .jshintrc
Created September 3, 2014 08:28
JSHint config
{
// JSHint Default Configuration File (as on JSHint website)
// See http://jshint.com/docs/ for more details
"maxerr" : 50, // {int} Maximum error before stopping
// Enforcing
"bitwise" : true, // true: Prohibit bitwise operators (&, |, ^, etc.)
"camelcase" : true, // true: Identifiers must be in camelCase
"curly" : false, // true: Require {} for every new block or scope