module.exports = {
  extends: [
    'standard',
    'plugin:vue/recommended'
  ],
  env: {
    browser: true,
    node: true,
    jest: true
  }
}