eslint-config-airbnb-v6.0.0eslint-config-airbnb-v5.0.1
Reading changes from the repo…
no-unused-labels
, no-extra-label
, and array-callback-return
. These additions help ensure cleaner and more maintainable code. no-labels
rule to prevent empty labels, promoting better coding standards. keyword-spacing
rule to ensure proper spacing around keywords, contributing to a cleaner code style. template-curly-spacing
rule, ensuring it functions correctly and aligns with user expectations.