Skip to content

Instantly share code, notes, and snippets.

@eddyerburgh
Created September 27, 2018 18:49
Show Gist options
  • Save eddyerburgh/492a9698924307036953aa9ed392a9be to your computer and use it in GitHub Desktop.
Save eddyerburgh/492a9698924307036953aa9ed392a9be to your computer and use it in GitHub Desktop.
Eslint prettier and standard config
{
"root": true,
"extends": [
"plugin:vue/recommended",
"standard",
"prettier",
"prettier/standard"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment