Skip to content

Commit

Permalink
docs: replace outdated links to the lit repository with links to the …
Browse files Browse the repository at this point in the history
…wc one (#136)
  • Loading branch information
vanyauhalin authored Aug 20, 2024
1 parent 5836853 commit f4d05b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/rules/no-typos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const rule: Rule.RuleModule = {
meta: {
docs: {
description: 'Detects misspellings of common features',
url: 'https://github.com/43081j/eslint-plugin-lit/blob/master/docs/rules/no-typos.md'
url: 'https://github.com/43081j/eslint-plugin-wc/blob/master/docs/rules/no-typos.md'
},
messages: {
method:
Expand Down
2 changes: 1 addition & 1 deletion src/rules/require-listener-teardown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const rule: Rule.RuleModule = {
docs: {
description: 'Requires that listeners be cleaned up on DOM disconnect.',
category: 'Best Practices',
url: 'https://github.com/43081j/eslint-plugin-lit/blob/master/docs/rules/require-listener-teardown.md'
url: 'https://github.com/43081j/eslint-plugin-wc/blob/master/docs/rules/require-listener-teardown.md'
},
messages: {
noTeardown:
Expand Down

0 comments on commit f4d05b7

Please sign in to comment.