Skip to content

Commit

Permalink
update document links
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Nov 15, 2019
1 parent d3be40e commit 6073931
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = {
"@mysticatea/eslint-plugin/require-meta-docs-url": [
"error",
{
pattern: `https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/v${version}/docs/rules/{{name}}.md`,
pattern: `https://future-architect.github.io/eslint-plugin-vue-scoped-css/rules/{{name}}.html`,
},
],
}
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/no-parsing-error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
category: "recommended",
default: "warn",
url:
"https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/v0.0.0/docs/rules/no-parsing-error.ts.md",
"https://future-architect.github.io/eslint-plugin-vue-scoped-css/rules/no-parsing-error.ts.html",
},
fixable: null,
messages: {},
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/no-unused-selector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module.exports = {
category: "recommended",
default: "warn",
url:
"https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/v0.0.0/docs/rules/no-unused-selector.ts.md",
"https://future-architect.github.io/eslint-plugin-vue-scoped-css/rules/no-unused-selector.ts.html",
},
fixable: null,
messages: {
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/require-scoped.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
category: "recommended",
default: "warn",
url:
"https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/v0.0.0/docs/rules/require-scoped.ts.md",
"https://future-architect.github.io/eslint-plugin-vue-scoped-css/rules/require-scoped.ts.html",
},
fixable: null,
messages: {
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/require-selector-used-inside.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = {
category: undefined,
default: "warn",
url:
"https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/v0.0.0/docs/rules/require-selector-used-inside.ts.md",
"https://future-architect.github.io/eslint-plugin-vue-scoped-css/rules/require-selector-used-inside.ts.html",
},
fixable: null,
messages: {
Expand Down

0 comments on commit 6073931

Please sign in to comment.