1
0
Fork 0
mirror of synced 2025-04-08 03:22:06 +00:00
select2/.jshintrc
Kevin Brown 898db2e74a Linted select2/utils
For the most part this was semicolon fixes, but there was a
function, `calledMethod`, which did need to be moved out of the
loop.
2014-10-21 21:43:58 -04:00

9 lines
116 B
Text

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