aws-elasticsearch-client
Version:
Tiny wrapper for elasticsearch and http-aws-es libraries with reasonable defaults that makes work with AWS Elasticsearch Service easier
25 lines (20 loc) • 422 B
Plain Text
root: true
env:
node: true
es6: true
extends:
- "eslint:recommended"
- "airbnb-base"
parserOptions:
sourceType: "script"
rules:
arrow-body-style: 0
arrow-parens: [2, "as-needed"]
comma-dangle: 0
class-methods-use-this: 0
func-names: 0
indent: [2, "tab", { "SwitchCase": 1 }]
no-tabs: 0
no-underscore-dangle: 0
padded-blocks: 0
space-before-function-paren: 0