rest-envelop
Version:
Wrapper for working with REST API using well-known axios and node-fetch modules
31 lines (30 loc) • 602 B
JSON
{
"env": {
"commonjs": true,
"es6": true,
"node": true,
"jest": true
},
"extends": "airbnb-base",
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parser": "@babel/eslint-parser",
"parserOptions": {
"requireConfigFile": false,
"ecmaVersion": 12
},
"rules": {
"no-console": [
"error",
{
"allow": [
"info",
"warn",
"error"
]
}
]
}
}