Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add information about migration of this project #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
michalsnik wants to merge 1 commit into master from migration-warning
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 2 additions & 27 deletions README.md
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1,33 +1,8 @@
# eslint-plugin-vue

ESLint plugin for Vue.js projects
:exclamation: This plugin has been moved to [eslint-plugin-vue-libs](http://github.com/vuejs/eslint-plugin-vue-libs)

## Usage

1. `npm install --save-dev eslint-plugin-vue`
2. create a file named `.eslintrc` in your project:

```js
{
extends: [ /* your usual extends */ ],
plugins: ["vue"],
rules: {
'vue/jsx-uses-vars': 2,
},
}
```
3. OPTIONAL: install [eslint-config-vue](https://github.com/vuejs/eslint-config-vue): `npm install --save-dev eslint-config-vue`
4. OPTIONAL: then use the recommended configurations in your `.eslintrc`:

```js
{
extends: ["vue", /* your other extends */],
plugins: ["vue"],
rules: {
/* your overrides -- vue/jsx-uses-vars is included in eslint-config-vue */
},
}
```
We're working on the new official plugin for all Vue.js projects, stay tuned!

## License

Expand Down

AltStyle によって変換されたページ (->オリジナル) /