dubzzz / fast-check

Property based testing framework for JavaScript (like QuickCheck) written in TypeScript
https://fast-check.dev/
MIT License
4.29k stars 178 forks source link

Typing too permissive #5282

Open dubzzz opened 2 hours ago

dubzzz commented 2 hours ago

🐛 Bug Report

To be fixed in next major: spot some ignored rules of type @typescript-eslint/no-empty-object-type. Some {} should be replaced by object.

See https://github.com/dubzzz/fast-check/pull/5179

dubzzz commented 2 hours ago

And also @typescript-eslint/no-duplicate-type-constituents?

dubzzz commented 2 hours ago

And also @typescript-eslint/no-unused-vars?