Open
Description
Is your feature request related to a problem?
Yes. I used npm create qwik
and it created a project based on 1.5.2
version. Yet when I updated it to use eslint 9.0.0
and ran npm run build
I got this error:
node:748) ESLintIgnoreWarning: The ".eslintignore" file is no longer supported. Switch to using the "ignores" property in "eslint.config.js"
Describe the solution you'd like
Please remove .eslintignore
and .eslintconfig.cjs
from your template and replace them with a single eslint.config.js
.
Describe alternatives you've considered
Right now we should manually do this in every project.
Additional context
No response