1
0
Fork 0
mirror of synced 2025-04-07 11:07:02 +00:00
select2/.jshintrc
2014-10-21 21:43:58 -04:00

10 lines
134 B
Text

{
"bitwise": true,
"eqnull": true,
"globals": {
"define": true
},
"indent": 2,
"maxlen": 80,
"quotmark": "single"
}