Eslint-plugin-local-rules provides a convenient way to incorporate custom, project-specific linting rules directly into your ESLint configuration. This eliminates the need for complex setup and publishing processes often associated with shareable ESLint configurations when the rules are only relevant to a single project. Versions 1.3.0 and 1.3.1 share the same core functionality, allowing developers to define and use custom ESLint rules within their projects, enhancing code quality and consistency without external dependencies. Both versions are licensed under MIT and include vitest and prettier as devDependencies simplifying testing and code formatting. Between version 1.3.0 and 1.3.1, the primary differences are related to internal improvements and maintenance. While both offer essential features and the same set of devDependencies, the size of the unpacked package increased slightly from 7975 to 8147, which typically indicates changes in code, assets, or documentation. The release date of version 1.3.1 is July 25, 2022, after version 1.3.0 which was released on June 12, 2022. This suggests that version 1.3.1 includes bug fixes or minor enhancements implemented since the previous release. Developers already using version 1.3.0 should consider upgrading to version 1.3.1 to benefit from these potential improvements.
The are not vulnerabilities for the version 1.3.1 of the package eslint-plugin-local-rules