eslint-config-airbnb-v3.0.0eslint-config-airbnb-v2.1.1
Reading changes from the repo…
react/no-is-mounted
rule to prevent the use of an anti-pattern that is being deprecated. This helps maintain best practices in React development. eslint-plugin-react
to ensure adherence to best practices in React development. quote-props
rule to enforce consistent quoting of object properties, aligning with Airbnb's style guide. max-len
rule to ensure compatibility with ESLint version 1.x, enhancing the accuracy of code style enforcement.