movehub-async
Version:
Asynchronous methods for the Lego Boost Move Hub package
23 lines • 520 B
JSON
{
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"node": true
},
"parserOptions": {
"ecmaVersion": 9,
"sourceType": "module"
},
"rules": {
"no-const-assign": "warn",
"no-this-before-super": "warn",
"no-undef": "warn",
"no-unreachable": "warn",
"no-unused-vars": [1, {"args": "none"}],
"constructor-super": "warn",
"valid-typeof": "warn",
"indent": ["error", 2, { "SwitchCase": 1 }],
"quotes": ["error", "single"]
}
}