Make default click action user-configurable. Fixes #133. Optimise updating of now-playing icons. Fixes #184.
13 lines
342 B
Plaintext
13 lines
342 B
Plaintext
{
|
|
"extends": "standard",
|
|
"env": {
|
|
"jquery": true
|
|
},
|
|
"rules": {
|
|
"indent": [2, 4, {"SwitchCase": 1}],
|
|
"no-undef": 0, // TODO: Set this to '2' once Javascript has been modularised.
|
|
"no-unused-vars": 0, // TODO: Set this to '2' once Javascript has been modularised.
|
|
"camelcase": 1,
|
|
}
|
|
}
|