DEV Community

Discussion on: Adding ESLint and Prettier to Nuxt 3 ✨ (2023)

Collapse
 
ayodejipy profile image
Jegede Ayodeji O

Thanks for this Lewis πŸ™πŸΎπŸ™ŒπŸΎ

However, the article didn't mention this but you need to install @nuxtjs/eslint-config-typescript

# npm
npm i -D @nuxtjs/eslint-config-typescript
# yarn
yarn add --dev @nuxtjs/eslint-config-typescript
Enter fullscreen mode Exit fullscreen mode
Collapse
 
tao profile image
Lewis Lloyd

Well spotted! I'll drop it in. Thank you for the snippet.