Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vuejs/eslint-config-vue
https://github.com/vuejs/eslint-config-vue
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vuejs/eslint-config-vue
- Owner: vuejs
- License: mit
- Archived: true
- Created: 2016-05-03T16:55:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-01T08:37:24.000Z (over 7 years ago)
- Last Synced: 2024-05-23T00:35:24.618Z (5 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 325
- Watchers: 40
- Forks: 94
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vue-js - Eslint Config-vue
README
# DEPRECATED
This package has been deprecated. The original config is now part of [eslint-plugin-vue-libs](https://github.com/vuejs/eslint-plugin-vue-libs).
---
# eslint-config-vue
A set of opinionated ESLint (http://eslint.org) rules (all rules included) tailored for Vue internal development.
## Usage
1. `npm install --save-dev eslint-config-vue eslint-plugin-vue`
2. create a file named `.eslintrc` in your project:```js
{
"extends": "vue"
// Your overrides...
}
```## License
[MIT](http://opensource.org/licenses/MIT)