UNPKG

elasticsearch-tools

Version:

Elasticsearch command line tools for importing, exporting, etc

14 lines (13 loc) 183 B
module.exports = { env: { node: true, jest: true }, extends: 'eslint:recommended', parserOptions: { ecmaVersion: 8 }, rules: { 'no-console': 'warn' } };