Skip to content

Commit

Permalink
chore: update link to docs (mysticatea#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Nov 28, 2022
1 parent 24a137e commit fa174a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ This package provides utility functions and classes for make ESLint custom rules

For examples:

- [`getStaticValue`](https://eslint-utils.mysticatea.dev/api/ast-utils.html#getstaticvalue) evaluates static value on AST.
- [`ReferenceTracker`](https://eslint-utils.mysticatea.dev/api/scope-utils.html#referencetracker-class) checks the members of modules/globals as handling assignments and destructuring.
- [`getStaticValue`](https://eslint-community.github.io/eslint-utils/api/ast-utils.html#getstaticvalue) evaluates static value on AST.
- [`ReferenceTracker`](https://eslint-community.github.io/eslint-utils/api/scope-utils.html#referencetracker-class) checks the members of modules/globals as handling assignments and destructuring.

## 📖 Usage

See [documentation](https://eslint-utils.mysticatea.dev).
See [documentation](https://eslint-community.github.io/eslint-utils).

## 📰 Changelog

Expand Down

0 comments on commit fa174a8

Please sign in to comment.