1
0
mirror of synced 2024-11-22 21:16:10 +03:00
select2/.jshintrc

17 lines
239 B
Plaintext
Raw Normal View History

2014-09-21 23:21:43 +04:00
{
"bitwise": true,
2014-09-22 01:12:21 +04:00
"camelcase": true,
"curly": true,
"es3": true,
2014-09-22 00:00:03 +04:00
"eqnull": true,
2014-09-22 01:12:21 +04:00
"freeze": true,
"globals": {
"define": true
},
2014-09-21 23:21:43 +04:00
"indent": 2,
"maxlen": 80,
2014-09-22 01:12:21 +04:00
"noarg": true,
"nonew": true,
2014-09-21 23:21:43 +04:00
"quotmark": "single"
}