Skip to content

Instantly share code, notes, and snippets.

@agcty
Created December 3, 2018 22:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agcty/4f4c7ed67eaf41b307d32c032cbab08e to your computer and use it in GitHub Desktop.
Save agcty/4f4c7ed67eaf41b307d32c032cbab08e to your computer and use it in GitHub Desktop.
Vue ESLint config
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/recommended",
"eslint:recommended",
"plugin:prettier/recommended",
"prettier/vue"
],
"parserOptions": {
"parser": "babel-eslint"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment