module.exports = {
extends: [
'standard',
'plugin:vue/essential'
],
parserOptions: {
ecmaVersion: 2017
}
};