Skip to content

Instantly share code, notes, and snippets.

@igaozp
Last active April 3, 2017 02:12
Show Gist options
  • Save igaozp/5539533aa4cd657b0231f5c5f8e6b73d to your computer and use it in GitHub Desktop.
Save igaozp/5539533aa4cd657b0231f5c5f8e6b73d to your computer and use it in GitHub Desktop.

1 npm install --save-dev eslint-config-vue eslint-plugin-vue

2 create a file named .eslintrc in your project:

{
  "extends": "vue"
  // Your overrides...
}
@igaozp
Copy link
Author

igaozp commented Apr 3, 2017

Add eslint-config-vue.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment