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 6f89253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Before submitting your contribution though, please make sure to take a moment an
- `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 6f89253

Please sign in to comment.