eslint-config-airbnb-v18.2.0eslint-config-airbnb-v18.1.0
Reading changes from the repo…
no-multiple-empty-lines
rule is now fixed to ensure it aligns with the documentation, preventing multiple empty lines and enforcing a cleaner code style. react/jsx-props-no-spreading
rule now includes an ignore
setting for the explicitSpread
attribute, allowing for more flexibility in your React components. eslint-plugin-react-hooks
, ensuring compatibility with the latest updates. no-param-reassign
rule to include a context exception, making it more accessible for developers unfamiliar with JavaScript idioms.