I would like to use airbnb styles ESLint. However, accessibility does not bring values in my project, and actually it add more noise to the code.
Is there a way to use AirBnb eslint but disable jsx-a11y
?
I can fork the AirBnb repo and delete the link, but just wonder if there is a better way.
In your .eslintrc
you can change:
"extends": [
"airbnb"
]
to
"extends": [
"airbnb-base",
"airbnb/rules/react"
]
All credit goes to oustn
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With