Skip to content

Commit

Permalink
fix: rename git repository
Browse files Browse the repository at this point in the history
  • Loading branch information
levchak0910 committed Mar 30, 2024
1 parent dc594f0 commit 877e22a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ module.exports = {
"warn",
{
pattern:
"https://github.com/levchak0910/eslint-plugin-vkcn/blob/main/docs/rules/{{name}}.md",
"https://github.com/levchak0910/vkcn-eslint-plugin/blob/main/docs/rules/{{name}}.md",
},
],
"eslint-plugin/require-meta-has-suggestions": "off", // false positive
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/no-convention-violation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export = {
docs: {
description: "enforce convention",
default: "error",
url: "https://github.com/levchak0910/eslint-plugin-vkcn/blob/main/docs/rules/no-convention-violation.md",
url: "https://github.com/levchak0910/vkcn-eslint-plugin/blob/main/docs/rules/no-convention-violation.md",
},
fixable: "code",
messages: {
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/no-dynamic-class-names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export = {
docs: {
description: "disallow dynamic class names usage",
default: "error",
url: "https://github.com/levchak0910/eslint-plugin-vkcn/blob/main/docs/rules/no-dynamic-class-names.md",
url: "https://github.com/levchak0910/vkcn-eslint-plugin/blob/main/docs/rules/no-dynamic-class-names.md",
},
fixable: null,
messages: {
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/no-undefined-class-names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export = {
description:
"disallow class names being used in `<template>` that are not defined in `<style>`",
default: "error",
url: "https://github.com/levchak0910/eslint-plugin-vkcn/blob/main/docs/rules/no-undefined-class-names.md",
url: "https://github.com/levchak0910/vkcn-eslint-plugin/blob/main/docs/rules/no-undefined-class-names.md",
},
fixable: null,
messages: {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/levchak0910/eslint-plugin-vkcn.git"
"url": "git+https://github.com/levchak0910/vkcn-eslint-plugin.git"
},
"author": "Levcsák Sándor",
"license": "MIT",
Expand All @@ -30,6 +30,7 @@
"vue",
"classes",
"class-naming",
"vkcn",
"kebab-case"
],
"files": [
Expand Down

0 comments on commit 877e22a

Please sign in to comment.