eslint-config-airbnb-typescript has released version 11.1.0, a minor update following version 11.0.0. Both versions provide a robust ESLint configuration adhering to Airbnb's style guide while ensuring seamless TypeScript integration. Core dependencies like @typescript-eslint/parser, eslint-config-airbnb, and eslint-config-airbnb-base remain consistent, indicating stability in fundamental linting rules.
The primary differences lie in the development dependencies, crucial for contributors and teams managing the project's linting and formatting. ESLint has been upgraded from version 7.10.0 to 7.11.0. Also, @typescript-eslint/eslint-plugin experiences a slight version bump from 4.2.0 to 4.4.1. Lint-staged also receives a minor update, moving from 10.4.0 to 10.4.1. These updates likely include bug fixes, performance improvements, and potentially new linting rules related to TypeScript. While these changes might not drastically alter the end-user experience, they ensure better code quality and consistency during development. Developers adopting this configuration should be aware of the updated ESLint and Typescript Eslint plugin versions, consulting their changelogs for specific details on introduced rules or breaking changes to adapt their code accordingly. Upgrading ensures access to the latest linting capabilities and best practices for TypeScript projects, promoting cleaner and more maintainable code.
The are not vulnerabilities for the version 11.1.0 of the package eslint-config-airbnb-typescript