Bug: resolving base
config errors when enabling new strict
preset
#5001
Labels
base
config errors when enabling new strict
preset
#5001
Before You File a Bug Report Please Confirm You Have Done The Following...
Issue Description
When enabling the new
strict
config, ESLint fails with the following error:See also FloEdelmann/vue-ts-types#29 and https://github.com/FloEdelmann/vue-ts-types/runs/6472350066?check_suite_focus=true
I first tried enabling the config like described here: https://github.com/typescript-eslint/typescript-eslint/blob/v5.24.0/docs/linting/CONFIGS.md#strict
(N.B.: The link "presets" on this rules docs page doesn't work: https://typescript-eslint.io/rules/)
Since the
strict
config extends from therecommended
andrecommended-with-type-info
configs, I deleted them from my own ESLint config, but the error persisted in both cases.Reproduction Repository Link
https://github.com/FloEdelmann/vue-ts-types/tree/strict-eslint
Repro Steps
git switch strict-eslint
npm install
npm run lint
Versions
@typescript-eslint/eslint-plugin
5.24.0
@typescript-eslint/parser
5.24.0
TypeScript
4.6.4
ESLint
8.15.0
node
14.19.2
The text was updated successfully, but these errors were encountered: