From 1a442c698bc3217cf5905685d24856a473839b49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sajn=C3=B3g?= Date: Sat, 3 Jun 2017 12:20:24 +0200 Subject: [PATCH] Add information about migration of this project --- README.md | 29 ++--------------------------- 1 file changed, 2 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index f61d40bdb..284a584b3 100644 --- a/README.md +++ b/README.md @@ -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

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