eslint-config-airbnb-v18.1.0eslint-config-airbnb-v18.0.1
Reading changes from the repo…
import/extensions
rule is now updated, providing clear examples and justifications for its usage. This helps users understand how to properly manage import statements in their projects. class-methods-use-this
ESLint rule is now documented, clarifying its enforcement and allowing users to understand when it can be overridden. This enhances the usability of the style guide. import/no-useless-path-segments
is now applied to CommonJS imports, ensuring consistency across different module types. This improves the overall import handling in your code. static-variables
rule is added to the sort-comp
configuration, aligning with the latest updates in eslint-plugin-react
. This helps maintain better organization in React component code.