2019-07-02 16:12:57 +03:00
|
|
|
{
|
|
|
|
"extends": [
|
|
|
|
"plugin:node/recommended",
|
|
|
|
"airbnb-base",
|
|
|
|
"../.eslintrc"
|
|
|
|
],
|
|
|
|
"plugins": ["node"],
|
|
|
|
"rules": {
|
2019-07-11 16:06:50 +03:00
|
|
|
"node/no-unpublished-require": "off",
|
|
|
|
"import/no-extraneous-dependencies": "off",
|
|
|
|
"no-return-await": "off"
|
2019-07-02 16:12:57 +03:00
|
|
|
},
|
|
|
|
"env": {
|
|
|
|
"mocha": true
|
|
|
|
}
|
|
|
|
}
|