Skip to content

Instantly share code, notes, and snippets.

@Amitesh
Created February 21, 2017 06:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Amitesh/96be7751ef123c68ff30259e01e4e8d0 to your computer and use it in GitHub Desktop.
Save Amitesh/96be7751ef123c68ff30259e01e4e8d0 to your computer and use it in GitHub Desktop.
{
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"forin": false,
"freeze": false,
"immed": true,
"indent": 2,
"latedef": "nofunc",
"newcap": true,
"noarg": true,
"noempty": true,
"nonbsp": true,
"nonew": true,
"plusplus": false,
"quotmark": "single",
"undef": true,
"unused": true,
"strict": false,
"maxparams": 20,
"maxdepth": 5,
"maxlen": 120,
"esnext": true,
"jasmine": true,
"browserify": true,
"devel": true,
"browser": true,
"jquery": true,
"globals": {
"angular": false,
"document": false,
"require": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment