From 86b3b3f36789734603e0fcc2d66beae1143eb040 Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Wed, 16 Feb 2022 19:06:59 +0100 Subject: [PATCH] Fix broken links in docs (#1803) --- README.md | 6 +++--- docs/README.md | 4 ++-- docs/rules/attributes-order.md | 6 +++--- docs/rules/component-api-style.md | 4 ++-- docs/rules/component-definition-name-casing.md | 2 +- docs/rules/component-name-in-template-casing.md | 2 +- docs/rules/component-tags-order.md | 2 +- docs/rules/custom-event-name-casing.md | 4 ++-- docs/rules/first-attribute-linebreak.md | 2 +- docs/rules/html-quotes.md | 2 +- docs/rules/html-self-closing.md | 2 +- docs/rules/match-component-file-name.md | 2 +- docs/rules/max-attributes-per-line.md | 2 +- docs/rules/multi-word-component-names.md | 2 +- docs/rules/name-property-casing.md | 2 +- docs/rules/new-line-between-multi-line-property.md | 2 +- docs/rules/next-tick-style.md | 10 +++++----- docs/rules/no-arrow-functions-in-watch.md | 2 +- docs/rules/no-child-content.md | 4 ++-- docs/rules/no-confusing-v-for-v-if.md | 8 ++++---- docs/rules/no-deprecated-data-object-declaration.md | 4 ++-- docs/rules/no-deprecated-dollar-scopedslots-api.md | 4 ++-- docs/rules/no-deprecated-events-api.md | 4 ++-- docs/rules/no-deprecated-filter.md | 4 ++-- docs/rules/no-deprecated-functional-template.md | 6 +++--- docs/rules/no-deprecated-html-element-is.md | 4 ++-- docs/rules/no-deprecated-inline-template.md | 4 ++-- docs/rules/no-deprecated-props-default-this.md | 4 ++-- docs/rules/no-deprecated-scope-attribute.md | 2 +- docs/rules/no-deprecated-slot-attribute.md | 2 +- docs/rules/no-deprecated-slot-scope-attribute.md | 2 +- docs/rules/no-deprecated-v-bind-sync.md | 4 ++-- docs/rules/no-deprecated-v-is.md | 5 +++-- docs/rules/no-deprecated-v-on-number-modifiers.md | 4 ++-- docs/rules/no-deprecated-vue-config-keycodes.md | 6 +++--- docs/rules/no-mutating-props.md | 4 ++-- docs/rules/no-reserved-component-names.md | 4 ++-- docs/rules/no-shared-component-data.md | 2 +- docs/rules/no-unsupported-features.md | 4 ++-- docs/rules/no-use-v-if-with-v-for.md | 2 +- docs/rules/no-v-for-template-key-on-child.md | 4 ++-- docs/rules/no-v-for-template-key.md | 2 +- docs/rules/one-component-per-file.md | 2 +- docs/rules/order-in-components.md | 6 +++--- docs/rules/prop-name-casing.md | 2 +- docs/rules/require-default-prop.md | 2 +- docs/rules/require-prop-types.md | 2 +- docs/rules/require-v-for-key.md | 4 ++-- docs/rules/script-indent.md | 2 +- docs/rules/v-bind-style.md | 2 +- docs/rules/v-on-style.md | 2 +- docs/rules/v-slot-style.md | 2 +- docs/rules/valid-next-tick.md | 6 +++--- docs/rules/valid-v-bind-sync.md | 2 +- lib/rules/no-use-v-if-with-v-for.js | 2 +- 55 files changed, 94 insertions(+), 93 deletions(-) diff --git a/README.md b/README.md index e3e50f284..cacd80209 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![NPM version](https://img.shields.io/npm/v/eslint-plugin-vue.svg?style=flat)](https://npmjs.org/package/eslint-plugin-vue) [![NPM downloads](https://img.shields.io/npm/dm/eslint-plugin-vue.svg?style=flat)](https://npmjs.org/package/eslint-plugin-vue) [![CircleCI](https://img.shields.io/circleci/project/github/vuejs/eslint-plugin-vue/master.svg?style=flat)](https://circleci.com/gh/vuejs/eslint-plugin-vue) -[![License](https://img.shields.io/github/license/vuejs/eslint-plugin-vue.svg?style=flat)](https://github.com/vuejs/eslint-plugin-vue/blob/master/LICENSE.md) +[![License](https://img.shields.io/github/license/vuejs/eslint-plugin-vue.svg?style=flat)](https://github.com/vuejs/eslint-plugin-vue/blob/master/LICENSE) > Official ESLint plugin for Vue.js @@ -29,7 +29,7 @@ Be sure to read the [official ESLint guide](https://eslint.org/docs/developer-gu To see what an abstract syntax tree (AST) of your code looks like, you may use [AST Explorer](https://astexplorer.net). After opening [AST Explorer](https://astexplorer.net), select `Vue` as the syntax and `vue-eslint-parser` as the parser. -The default JavaScript parser must be replaced because [Vue.js single file components](https://v3.vuejs.org/guide/single-file-component.html#single-file-components) are not plain JavaScript, but a custom file format. [`vue-eslint-parser`](https://github.com/vuejs/vue-eslint-parser) is a replacement parser that generates an enhanced AST with nodes that represent specific parts of the template syntax, as well as the contents of the `