Releases: darraghoriordan/eslint-plugin-nestjs-typed
Releases · darraghoriordan/eslint-plugin-nestjs-typed
v3.17.1
v3.17.0
v3.16.1
v3.16.0
v3.15.2
v3.15.1
v3.15.0
v3.14.0
3.14.0 (2022-11-03)
Features
- allPropertiesAreWhitelisted: adds checking imported decorator is from class-validator (524d13c)
- allPropertiesAreWhitelisted: adds test for conflicting import name (b44e904)
- classValidatorDecorators: adds import check to validate-non-primitive-needs-decorators (5386d9b)
- classValidatorDecorators: clearify name of new test (54dbc55)
- classValidatorDecorators: ensure tests are correct with new rules (8cb5b87)
- classValidatorDecorators: extracts duplicated code into function (1cc7858)
- classValidatorDecorators: re-adds enum exclusion from rule (aad290a)
- classValidatorDecorators: removes class validator decorator list (6e4a81e)
- classValidatorDecorators: removes IsEnum decorated from should-be-decorated (c9a1bf2)