module.exports = { root: true, extends: [ 'standard' ], parserOptions: { ecmaVersion: 2017 } }