Setting up ESLint in nuxt 3
I didn't find any clear guidelines on this, so this is what I ended up with:
Installed eslint and prettier as dev dependencies
Installed @nuxt/eslint-config and eslint-config-prettier
eslintrc.js
module.exports = {
env: {
node: true,
...
scotthanson.hashnode.dev1 min read