Skip to content

Instantly share code, notes, and snippets.

@sgobotta
Created September 30, 2019 01:54
Show Gist options
  • Save sgobotta/2e12c8afba42a980482b59c83803775e to your computer and use it in GitHub Desktop.
Save sgobotta/2e12c8afba42a980482b59c83803775e to your computer and use it in GitHub Desktop.
{
"root": true,
"env": {
"node": true,
"es6": true
},
"parser": "vue-eslint-parser",
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
},
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended",
"@vue/prettier"
],
"parserOptions": {
"parser": "babel-eslint"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment