File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ module.exports = {
30
30
"no-invalid-meta" : "error" ,
31
31
'eslint-plugin/require-meta-type' : 'error' ,
32
32
"require-meta-docs-url" : [ "error" , {
33
- "pattern" : `https://vuejs.github.io/eslint-plugin-vue /rules/{{name}}.html`
33
+ "pattern" : `https://eslint. vuejs.org /rules/{{name}}.html`
34
34
} ]
35
35
}
36
36
} ]
Original file line number Diff line number Diff line change 9
9
10
10
## :book : Documentation
11
11
12
- See https://vuejs.github.io/eslint-plugin-vue/
12
+ See https://eslint. vuejs.org
13
13
14
14
## :anchor : Versioning Policy
15
15
@@ -23,7 +23,7 @@ We're using [GitHub Releases](https://github.com/vuejs/eslint-plugin-vue/release
23
23
24
24
Contributing is welcome!
25
25
26
- See https://vuejs.github.io/eslint-plugin-vue /developer-guide/
26
+ See https://eslint. vuejs.org /developer-guide/
27
27
28
28
### Working with rules
29
29
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ if (deprecatedRules.length > 0) {
27
27
}
28
28
29
29
module . exports = {
30
- base : '/eslint-plugin-vue/ ' ,
30
+ base : '/' ,
31
31
title : 'eslint-plugin-vue' ,
32
32
description : 'Official ESLint plugin for Vue.js' ,
33
33
serviceWorker : true ,
Original file line number Diff line number Diff line change 19
19
"files" : [
20
20
" lib"
21
21
],
22
- "homepage" : " https://vuejs.github.io/eslint-plugin-vue/ " ,
22
+ "homepage" : " https://eslint. vuejs.org " ,
23
23
"keywords" : [
24
24
" eslint" ,
25
25
" eslint-plugin" ,
You can’t perform that action at this time.
0 commit comments