Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vuejs/eslint-plugin-vue-libs
Eslint plugin for Vue internal development
https://github.com/vuejs/eslint-plugin-vue-libs
Last synced: about 1 month ago
JSON representation
Eslint plugin for Vue internal development
- Host: GitHub
- URL: https://github.com/vuejs/eslint-plugin-vue-libs
- Owner: vuejs
- License: mit
- Created: 2017-06-01T08:32:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T09:20:18.000Z (over 3 years ago)
- Last Synced: 2024-05-23T04:16:54.104Z (6 months ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 107
- Watchers: 33
- Forks: 34
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-plugin-vue-libs
> ESLint plugin for libs in the vuejs organization.
:exclamation: Note this is an internal plugin/config for the development of Vue itself, not intended for Vue app development.
## Usage
1. `npm install eslint-plugin-vue-libs --save-dev`
2. create a file named `.eslintrc` in your project:```js
{
extends: ["plugin:vue-libs/recommended"],
rules: {
// override if necessary
}
}
```## License
[MIT](http://opensource.org/licenses/MIT)