Skip to content

Instantly share code, notes, and snippets.

@agm1984
Last active June 15, 2018 21:06
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 agm1984/77c92de199ecc473ad3bbb095bccd563 to your computer and use it in GitHub Desktop.
Save agm1984/77c92de199ecc473ad3bbb095bccd563 to your computer and use it in GitHub Desktop.
ES Lint config for Vue JS
{
"env": {
"browser": true,
"es6": true,
"node": true
},
"parserOptions": {
"parser": "babel-eslint"
},
"extends": [
"airbnb-base",
"plugin:vue/recommended"
],
"rules": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment