You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a project with the latest sv CLI, eslint.config.js uses includeIgnoreFile(), which is deprecated since version 2.1.0, see here. They recommend using the function of the same name and signature from @eslint/config-helpers.
When creating a project with the latest
svCLI,eslint.config.jsusesincludeIgnoreFile(), which is deprecated since version 2.1.0, see here. They recommend using the function of the same name and signature from@eslint/config-helpers.