octo-deno/.jshintrc

17 lines
249 B
Text
Raw Normal View History

2017-04-06 10:56:38 +00:00
{
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": "nofunc",
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"unused": true,
"boss": true,
"eqnull": true,
"node": true,
"maxerr": 2000,
"esversion": 6
}