1
0
mirror of synced 2025-02-03 21:59:24 +03: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

10 lines
116 B
Plaintext

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