You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's deps on if you want only linting or also formatting. Nuxt eslint-config is unopinionated, meaning it does not format your files. You can use a formatter like Prettier along side, or you can try to add https://eslint.style/ rules (which is out-of-scope of this config)
one of the features is "Nuxt-specific rules for pages, components and more."
does the more include the
*.ts
files, cuz right now it's not working for me :(if not, is there a recommended way to lint and entire Nuxt project?
The text was updated successfully, but these errors were encountered: