gxmari007 / vite-plugin-eslint

🚨 ESLint plugin for vite
MIT License
266 stars 44 forks source link

feat: add cacheLocation settings, remove .eslintcache file #8

Closed IndexXuan closed 3 years ago

IndexXuan commented 3 years ago

there will be a .eslintcache at projectRoot, which we can hide it by eslint.cacheLocation option and vue-cli do that.

https://github.com/vuejs/vue-cli/blob/ae967f769817b2e6dba19a3c0d171be48f67f2a2/packages/%40vue/cli-plugin-eslint/index.js#L38

gxmari007 commented 3 years ago

Thanks