runtime lint
I've got a new Nuxt3 app up and running, using typescript. I've setup eslint and all seems to be working except that I can't get the runtime lint to work. Has anyone managed to get it working?
I've added added this to my nuxt.config.ts file and I've even tried to install the
fork-ts-checker-webpack-plugin
dependancy, but seeing as its a webpack plugin, I didn't expect it to make any difference (which it doesn't) 😦
https://typescript.nuxtjs.org/guide/lint/#runtime-lint0 Replies