Releases: Authing/eslint-plugin-authing-nestjs
Releases Β· Authing/eslint-plugin-authing-nestjs
v1.0.15
Fixed reporting line
detail: #23
v1.0.14
Only verify PropertyDefinition
v1.0.13
Adjust message comments
detail: e59c663
v1.0.12
Optimize duplicate rule
detail: #21
v1.0.11
'Type' and 'ValidateNested' must appear at the same time, and add unit test !
detail: #20
v1.0.10
Split nested DTO, and add rule authing-nestjs/use_class_validator_to_nested_dto
π
detail: #19
v1.0.9
Supports validate nested DTO π
detail: #18
v1.0.8
- Add pre commit hook
- Expand
estree
type
- Forbid implicit
any
- Coordinated use of
no-unused-vars
and @typescript-eslint/parser
v1.0.7
error
is used instead of warn
by default
detail: #12