I've been delving into Next.js and encountered unexpected results when integrating TypeScript and ESLint.
ESLint seems to work well with TypeScript, but my project compilation is successful despite encountering errors. It's puzzling why the compilation succeeds with errors present.
Development Environment:
"engines": {
"node": "14.15.5",
"yarn": "1.22.10"
},
...
tsconfig.json:
....eslintrc:
...The File with Errors:
...Errors:
...Your assistance would be greatly appreciated. Thank you for your attention.