JoshuaKGoldberg / create-typescript-app

Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 💝
MIT License
1.21k stars 75 forks source link

🐛 Bug: Lint errors from eslint-plugin-perfectionist's types #1603

Closed JoshuaKGoldberg closed 3 months ago

JoshuaKGoldberg commented 3 months ago

Bug Report Checklist

Expected

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

Additional Info

I believe the root cause is https://github.com/azat-io/eslint-plugin-perfectionist/issues/177.

💖

JoshuaKGoldberg commented 3 months ago

Fixed! 🚀