mango-dct
Version:
NodeJS SDK for API Dynamic Calltracking by MANGO OFFICE
37 lines • 771 B
JSON
{
"extends": "airbnb-base",
"env": {
"es6": true,
"node": true
},
"parserOptions": {
"ecmaVersion": 2017
},
"rules": {
"class-methods-use-this": 0,
"no-useless-constructor": 0,
"no-restricted-syntax": 0,
"no-param-reassign": 0,
"no-await-in-loop": 0,
"no-return-await": 0,
"comma-dangle": 0,
"no-continue": 0,
"no-bitwise": 0,
"no-tabs": 0,
"no-new": 0,
"indent": [
"error",
"tab"
],
"linebreak-style": [
"error",
"unix"
],
"no-trailing-spaces": [
2,
{
"skipBlankLines": true
}
]
}
}