Andrej Pisarcik

Results 2 comments of Andrej Pisarcik

I was able to disable it directly in the _module_ section but not in a dedicated section for _eslint_. My current config: ```ts modules: [ // https://nuxt.com/modules/eslint ['@nuxtjs/eslint-module', { cache:...

@robertpatrick I've noticed a comment that setting `lintOnStartup: false` does not help. So I shared my temporal solution. It was not meant to be a solution for this issue.