Files
librenms-librenms/lib/jquery-mousewheel/.jshintrc

20 lines
388 B
Plaintext
Raw Normal View History

{
"bitwise": true,
2013-09-10 10:45:22 +03:00
"browser": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"indent": 4,
"jquery" : true,
"latedef": true,
"noarg": true,
2013-09-10 10:45:22 +03:00
"node": true,
"noempty": true,
"plusplus": false,
2013-09-10 10:45:22 +03:00
"quotmark": "single",
"strict": false,
"trailing": true,
2013-03-11 21:17:08 -05:00
"unused": true,
"globals": { "define": true, "require": true }
2013-03-11 21:17:08 -05:00
}