Skip to content

Commit 28ec37a

Browse files
Jinjianghaoqunjiang
authored andcommitted
docs(zh): updated eslint plugin link (#1471)
1 parent f344de1 commit 28ec37a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: docs/guide/linting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## ESLint
44

5-
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.
5+
The official [eslint-plugin-vue](https://eslint.vuejs.org/) supports linting both the template and script parts of Vue single file components.
66

77
Make sure to use the plugin's included config in your ESLint config:
88

Diff for: docs/ru/guide/linting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## ESLint
44

5-
Официальный плагин [eslint-plugin-vue](https://vuejs.github.io/eslint-plugin-vue/) поддерживает проверку секций шаблона и кода в однофайловых компонентах Vue.
5+
Официальный плагин [eslint-plugin-vue](https://eslint.vuejs.org/) поддерживает проверку секций шаблона и кода в однофайловых компонентах Vue.
66

77
Убедитесь, что используете поставляемую с плагином конфигурацию в вашей конфигурации ESLint:
88

Diff for: docs/zh/guide/linting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## ESLint
44

5-
官方的 [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) 同时支持在 Vue 单文件组件的模板和脚本部分的代码校验。
5+
官方的 [eslint-plugin-vue](https://eslint.vuejs.org/) 同时支持在 Vue 单文件组件的模板和脚本部分的代码校验。
66

77
请确认在你的 ESLint 配置文件中使用该插件要导入的配置:
88

0 commit comments

Comments
 (0)