diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 50e0ccdd9..5ef7df0ee 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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. diff --git a/packages/utilities/var/package.json b/packages/utilities/var/package.json index 24062ddaa..e7a93d47d 100644 --- a/packages/utilities/var/package.json +++ b/packages/utilities/var/package.json @@ -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"