winston-elasticsearch
Version:
An Elasticsearch transport for winston
25 lines (24 loc) • 481 B
Plain Text
{
"extends": [
"eslint-config-airbnb-base"
],
"rules": {
"arrow-body-style": 0,
"consistent-this": ["error", "thiz"],
"comma-dangle": 0,
"global-require": 0,
"no-unused-vars": ["error", {
"vars": "all", "args": "none" }
],
"prefer-template": 0,
"prefer-const": [2, {
"destructuring": "any",
"ignoreReadBeforeAssign": true
}],
"space-before-function-paren": 0,
"strict": 0
},
"plugins": [
"json"
]
}