Skip to content

Commit

Permalink
docs: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rel1cx committed Feb 7, 2025
1 parent 583a111 commit 43b04d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ Before submitting your contribution though, please make sure to take a moment an

- `packages/plugins/eslint-plugin-react-x`: ESLint plugin for `"react"`.
- `packages/plugins/eslint-plugin-react-dom`: ESLint plugin for `"react-dom"`.
- `packages/plugins/eslint-plugin-react-web-api` - ESLint plugin for interacting with Web APIs
- `packages/plugins/eslint-plugin-react-web-api` - ESLint plugin for interacting with Web APIs.
- `packages/plugins/eslint-plugin-react-hooks-extra`: ESLint plugin for React Hooks related rules.
- `packages/plugins/eslint-plugin-react-naming-convention`: ESLint plugin for React naming conventions.
- `packages/plugins/eslint-plugin-react-debug`: ESLint plugin for debugging ESLint React rules.
- `packages/plugins/eslint-plugin`: The main ESLint plugin of ESLint React. Contains all the rules from the above plugins.
- `packages/utilities/eff`: JavaScript and TypeScript utilities (previously some re-exports of the `effect` library).
- `packages/utilities/ast`: TSESTree AST utility module.
- `packages/utilities/var`: TSESTree AST utility module for static analysis of variables
- `packages/utilities/var`: TSESTree AST utility module for static analysis of variables.
- `packages/utilities/jsx`: TSESTree AST utility module for static analysis of JSX.
- `packages/core`: Utility module for static analysis of React core APIs and Patterns.
- `packages/shared`: Shared constants, types and functions.
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/var/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eslint-react/var",
"version": "1.26.3-beta.2",
"description": "ESLint React's TSESTree AST utility module for static analysis of variables",
"description": "ESLint React's TSESTree AST utility module for static analysis of variables.",
"homepage": "https://github.com/Rel1cx/eslint-react",
"bugs": {
"url": "https://github.com/Rel1cx/eslint-react/issues"
Expand Down

0 comments on commit 43b04d8

Please sign in to comment.