Trying to setup ESLint with Airbnb style guide for my new React Vite Typescript project.
After running npx eslint --init
and npm init @eslint/config
, and selecting all the aforementioned options, I still can't find the Airbnb style guide option in the list. The list only shows Standard and XO.