You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we have a plan to support --config(not implemented yet), so you will be able to easily run npm init @eslint/config --config airbnb-typescript to do so. related: #23
It used to be possible to configure eslint with React + TypeScript + Airbnb style.
Unfortunately, with #33 Airbnb and Google style was removed.
The PR states that TypeScript is not officially supported by Airbnb and Google. But there is actually eslint-config-airbnb-typescript to the rescue.
The current situation leave me clueless how to configure eslint with React + TypeScript + Airbnb correctly.
Should I
In either case, I don't really know how to modify .eslintrc appropriately to incorporate the manually installed packages.
I would highly appreciated if this config combination would be supported.
The text was updated successfully, but these errors were encountered: