nuxt-modules / eslint

ESLint module for Nuxt.js
MIT License
159 stars 15 forks source link

default value for lintOnSave #112

Open maico910 opened 1 year ago

maico910 commented 1 year ago

For me, this description about lintOnSave is contradicting itself, where it says that we should activate it carefully because it is slow, yet its default value is true.

Check all matching files on project startup, too slow, turn on discreetly.

Imo the default value for lintOnSave should be false like vite-plugin-eslint