1
0
Fork 0
mirror of synced 2025-04-02 20:56:15 +03:00
select2/.jshintrc
2014-10-21 21:43:58 -04:00

16 lines
239 B
Text

{
"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"
}