DEV Community

Discussion on: Using ESLint and Prettier in a TypeScript Project

Collapse
 
tidyiq profile image
TidyIQ

Don't you also need to add these plugins to the plugins section in the config file?

How would you also add eslint-config-airbnb to this? It also requires eslint-plugin-import and eslint-plugin-jsx-ally.