This repository and created ones should run pnpm lint without failures.
Actual
/home/runner/work/create-typescript-app/create-typescript-app/eslint.config.js
Error: 48:2 error Unsafe argument of type `any` assigned to a parameter of type `ConfigWithExtends` @typescript-eslint/no-unsafe-argument
Error: 48:24 error Unsafe member access ["recommended-natural"] on an `error` typed value @typescript-eslint/no-unsafe-member-access
Bug Report Checklist
main
branch of the repository.Expected
This repository and created ones should run
pnpm lint
without failures.Actual
Additional Info
I believe the root cause is https://github.com/azat-io/eslint-plugin-perfectionist/issues/177.
💖