invoiceninja/node_modules/grunt/node_modules/getobject/.jshintrc
2014-04-28 23:05:37 +03:00

15 lines
224 B
Text

{
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"unused": true,
"boss": true,
"eqnull": true,
"node": true,
"es5": true
}