File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ NPM version] ( https://img.shields.io/npm/v/eslint-plugin-vue.svg?style=flat )] ( https://npmjs.org/package/eslint-plugin-vue )
4
4
[ ![ NPM downloads] ( https://img.shields.io/npm/dm/eslint-plugin-vue.svg?style=flat )] ( https://npmjs.org/package/eslint-plugin-vue )
5
5
[ ![ CircleCI] ( https://img.shields.io/circleci/project/github/vuejs/eslint-plugin-vue/master.svg?style=flat )] ( https://circleci.com/gh/vuejs/eslint-plugin-vue )
6
- [ ![ 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 )
6
+ [ ![ License] ( https://img.shields.io/github/license/vuejs/eslint-plugin-vue.svg?style=flat )] ( https://github.com/vuejs/eslint-plugin-vue/blob/master/LICENSE )
7
7
8
8
> Official ESLint plugin for Vue.js
9
9
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ export default {
75
75
- [ List of html elements] ( https://developer.mozilla.org/en-US/docs/Web/HTML/Element )
76
76
- [ List of SVG elements] ( https://developer.mozilla.org/en-US/docs/Web/SVG/Element )
77
77
- [ Kebab case elements] ( https://stackoverflow.com/questions/22545621/do-custom-elements-require-a-dash-in-their-name/22545622#22545622 )
78
- - [ Valid custom element name] ( https://w3c.github.io/webcomponents/spec/ custom/ #valid-custom-element-name )
78
+ - [ Valid custom element name] ( https://html.spec.whatwg.org/multipage/ custom-elements.html #valid-custom-element-name )
79
79
- [ API - Built-In Components] ( https://v3.vuejs.org/api/built-in-components.html )
80
80
- [ API (for v2) - Built-In Components] ( https://v2.vuejs.org/v2/api/index.html#Built-In-Components )
81
81
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ This rule only checks `.vue` files and does not interfere with other `.js` files
117
117
118
118
- [ indent] ( https://eslint.org/docs/rules/indent )
119
119
- [ vue/html-indent] ( ./html-indent.md )
120
- - [ @typescript-eslint/indent ] ( https://github.com/typescript-eslint/typescript-eslint/blob/master /packages/eslint-plugin/docs/rules/indent.md )
120
+ - [ @typescript-eslint/indent ] ( https://github.com/typescript-eslint/typescript-eslint/blob/main /packages/eslint-plugin/docs/rules/indent.md )
121
121
122
122
## :rocket : Version
123
123
You can’t perform that action at this time.
0 commit comments