beartrack-mobile/www/js/hammerjs/.jshintrc

23 lines
393 B
Plaintext
Raw Normal View History

2024-06-16 12:12:20 +00:00
{
"browser": true,
"curly": true,
"eqnull": true,
"expr": true,
"maxerr": 100,
"freeze": true,
"newcap": true,
"node": true,
"quotmark": "single",
"strict": true,
"sub": true,
"trailing": true,
"undef": true,
"unused": true,
"camelcase": true,
"indent": 4,
"validthis": true,
"globals": {
"define": false
}
}