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

17 lines
239 B
Plaintext

{
"bitwise": true,
"camelcase": true,
"curly": true,
"es3": true,
"eqnull": true,
"freeze": true,
"globals": {
"define": true
},
"indent": 2,
"maxlen": 80,
"noarg": true,
"nonew": true,
"quotmark": "single"
}