nuxt-modules / eslint

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

ESLint module Server error ~/.eslintrc.*' config files have been deprecated #97

Closed PirouzNik closed 1 year ago

PirouzNik commented 1 year ago

I am getting this error after installation. I followed the steps here : https://nuxt.com/modules/eslint

[8:49:35 PM] ERROR (node:5400) [ESLINT_PERSONAL_CONFIG_LOAD] DeprecationWarning: '~/.eslintrc.*' config files have been deprecated. Please use a config file per project or the '--config' option. (found in "C:\Users\Pik.eslintrc") (Use node --trace-deprecation ... to show where the warning was created)

ricardogobbosouza commented 1 year ago

Hi @PirouzNik Could you provide a minimal reproduction?

ricardogobbosouza commented 1 year ago

See config files accept https://eslint.org/docs/latest/use/configure/