import hapi from '@hapi/eslint-plugin'; export default [{ languageOptions: { globals: { document: true, window: true, console: true } }, plugins: { hapi }, rules: { indent: [ 2, 2 ], 'no-undef': 2 } }];