opentok-annotation
Version:
OpenTok annotation accelerator pack
26 lines • 600 B
JSON
{
"extends": "airbnb",
"env": {
"browser": true,
"node": true
},
"parserOptions": {
"ecmaVersion": 5
},
"rules": {
"no-var": 0,
"func-names": 0,
"no-underscore-dangle": 0,
"prefer-arrow-callback": 0,
"object-shorthand": 0,
"new-cap": [2, { "properties": false }],
"no-unused-expressions": [2, { "allowTernary": true, "allowShortCircuit": true }],
"comma-dangle": 0,
"vars-on-top": 0,
"global-require": 0
},
"globals": {
"$": true,
"_": true
}
}