1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-11 21:52:35 +01:00
invoiceninja/public/vendor/jquery/.jshintrc
2014-04-22 18:10:41 +03:00

15 lines
196 B
Plaintext

{
"curly": true,
"eqeqeq": true,
"latedef": true,
"noarg": true,
"noempty": true,
"quotmark": "double",
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"node": true
}