From 596ed3ab9385124c5add50d368ca298fec5e09d3 Mon Sep 17 00:00:00 2001 From: Armano Date: Tue, 4 Dec 2018 01:10:25 +0100 Subject: [PATCH] Update eslint-plugin-vue documentation link --- docs/guide/linting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/linting.md b/docs/guide/linting.md index 1ddce3425..362771c94 100644 --- a/docs/guide/linting.md +++ b/docs/guide/linting.md @@ -2,7 +2,7 @@ ## ESLint -The official [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) supports linting both the template and script parts of Vue single file components. +The official [eslint-plugin-vue](https://vuejs.github.io/eslint-plugin-vue/) supports linting both the template and script parts of Vue single file components. Make sure to use the plugin's included config in your ESLint config: