h5ai/.jshintrc

27 lines
447 B
Plaintext
Raw Normal View History

2015-04-14 01:38:49 +02:00
{
"bitwise": true,
"curly": true,
"eqeqeq": true,
"forin": true,
"freeze": true,
"futurehostile": true,
"latedef": true,
"maxdepth": 3,
"noarg": true,
"nocomma": true,
"nonbsp": true,
"nonew": true,
"plusplus": true,
"strict": false,
"supernew": true,
"trailing": true,
"undef": true,
"unused": true,
"browser": true,
"globals": {
2015-04-17 03:02:48 +02:00
"modulejs": false
2015-04-14 01:38:49 +02:00
}
}