cordova-hot-code-push-cli
Version:
Cordova Hot Code Push CLI
18 lines (17 loc) • 330 B
Plain Text
{
"extends": "airbnb",
"env": {
"browser": true,
"mocha": true,
"node": true,
"es6": true
},
"globals": {
"sinon": true
},
"rules": {
"no-use-before-define": [2, "nofunc"],
"comma-dangle": [2, "always-multiline"],
"block-scoped-var": 0 // TEMPORARY until issue in ESLint is fixed
}
}