Airbnb does not show up in ESLint init style guides

Viewed 205

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.

Here's the screenshot: enter image description here

1 Answers
Related