// SEE: http://eslint.org/docs/user-guide/configuring module.exports = { extends: 'standard', root: true, parserOptions: { sourceType: 'module' } }