From af92fb592293f6e1182e0ffa3a6a95ff248c057c Mon Sep 17 00:00:00 2001 From: Jinjiang Date: Fri, 11 Jan 2019 13:05:32 +0800 Subject: [PATCH 1/2] docs(zh): updated eslint plugin link --- docs/zh/guide/linting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/guide/linting.md b/docs/zh/guide/linting.md index 83fcb74b2..74ea39cd0 100644 --- a/docs/zh/guide/linting.md +++ b/docs/zh/guide/linting.md @@ -2,7 +2,7 @@ ## ESLint -官方的 [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) 同时支持在 Vue 单文件组件的模板和脚本部分的代码校验。 +官方的 [eslint-plugin-vue](https://vuejs.github.io/eslint-plugin-vue/) 同时支持在 Vue 单文件组件的模板和脚本部分的代码校验。 请确认在你的 ESLint 配置文件中使用该插件要导入的配置: From ce1f294ba72610553bb8c80417cb1ae84cf1a500 Mon Sep 17 00:00:00 2001 From: Jinjiang Date: Fri, 11 Jan 2019 15:42:35 +0800 Subject: [PATCH 2/2] docs: updated eslint plugin link --- docs/guide/linting.md | 2 +- docs/ru/guide/linting.md | 2 +- docs/zh/guide/linting.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guide/linting.md b/docs/guide/linting.md index 362771c94..87429a54b 100644 --- a/docs/guide/linting.md +++ b/docs/guide/linting.md @@ -2,7 +2,7 @@ ## ESLint -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. +The official [eslint-plugin-vue](https://eslint.vuejs.org/) 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: diff --git a/docs/ru/guide/linting.md b/docs/ru/guide/linting.md index 4825522d9..7714af3d6 100644 --- a/docs/ru/guide/linting.md +++ b/docs/ru/guide/linting.md @@ -2,7 +2,7 @@ ## ESLint -Официальный плагин [eslint-plugin-vue](https://vuejs.github.io/eslint-plugin-vue/) поддерживает проверку секций шаблона и кода в однофайловых компонентах Vue. +Официальный плагин [eslint-plugin-vue](https://eslint.vuejs.org/) поддерживает проверку секций шаблона и кода в однофайловых компонентах Vue. Убедитесь, что используете поставляемую с плагином конфигурацию в вашей конфигурации ESLint: diff --git a/docs/zh/guide/linting.md b/docs/zh/guide/linting.md index 74ea39cd0..c631a62fa 100644 --- a/docs/zh/guide/linting.md +++ b/docs/zh/guide/linting.md @@ -2,7 +2,7 @@ ## ESLint -官方的 [eslint-plugin-vue](https://vuejs.github.io/eslint-plugin-vue/) 同时支持在 Vue 单文件组件的模板和脚本部分的代码校验。 +官方的 [eslint-plugin-vue](https://eslint.vuejs.org/) 同时支持在 Vue 单文件组件的模板和脚本部分的代码校验。 请确认在你的 ESLint 配置文件中使用该插件要导入的配置: