Linting: Enjoy improved Markdown linting to ensure consistent style and catch errors in your Markdown prose, enhancing readability and maintainability.
Improvements
Linting: Add support for Protractor config files in the import/no-extraneous-dependencies rule, allowing for better management of dev dependencies in your E2E tests.
Documentation: Update the documentation for defining propTypes, now referencing the new prop-types module for clarity and accuracy.
Linting: Introduce additional test extensions to the ESLint configuration, allowing for better handling of *.test.jsx files in your projects.
Linting: Strengthen linting rules by adding the no-eval rule to the documentation, ensuring better coding practices.
Fixes
Fix a typo in the accessibility section related to yarn support, ensuring clearer guidance for users.
Fix an iterator code example by adding a missing closing bracket, improving the accuracy of the documentation.
Resolve an issue with the prefer-reflect option by removing a deprecated TODO comment, streamlining the linting process.
Fix a typo in the options, enhancing clarity in the configuration settings.
Others
Remove outdated comments regarding the prefer-reflect option, keeping the documentation clean and up-to-date.
Update the copyright year in the license to reflect the current year, ensuring compliance and relevance.