v2.1.0
🚀 Features
- Add no-recursive rule - by @howmanysmall (db9bf)
- Maximize test coverage - by @howmanysmall (2feda)
- no-array-size-assignment:
- Add environment option - by @howmanysmall (8f243)
- no-commented-code:
- Add maxLines option - by @howmanysmall (2ffd6)
- rules:
- Add class method support, path option - by @howmanysmall (5c154)
- Add except option to require-async-suffix rule - by @howmanysmall (9ae3b)
- Add no-array-constructor-index-assignment rule - by @howmanysmall (17ad2)
- scripts:
- Add Bun JSON lint script - by @howmanysmall (2665b)
🐞 Bug Fixes
- ci: Pin native TypeScript preview - by @howmanysmall (c30d2)
- prevent-abbreviations: Skip imported members - by @howmanysmall (071c7)
- require-throw-error-capture: Consider catch parameter - by @howmanysmall (a823f)
- rules: Skip imported type member names in abbreviations checks - by @howmanysmall (20e29)