From c709c656cc420e6cbef56badc9d6c0a131c98069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my-Christophe=20Schermesser?= Date: Fri, 14 Sep 2018 17:07:47 +0200 Subject: [PATCH] Add `eslint-plugin-vue` to the vue.js template It's required by the eslint configuration --- vue-instantsearch/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vue-instantsearch/package.json b/vue-instantsearch/package.json index 3103030c0..a0cba838a 100644 --- a/vue-instantsearch/package.json +++ b/vue-instantsearch/package.json @@ -26,6 +26,7 @@ "eslint-plugin-html": "4.0.5", "eslint-plugin-import": "2.14.0", "eslint-plugin-prettier": "2.6.2", + "eslint-plugin-vue": "4.7.1", "file-loader": "1.1.11", "prettier": "1.14.2", "vue-loader": "14.2.3", @@ -39,4 +40,4 @@ "Vue", "vue-instantsearch" ] -} \ No newline at end of file +}