Skip to content

Releases: Authing/eslint-plugin-authing-nestjs

v1.0.16

Choose a tag to compare

@zhaoyiming0803 zhaoyiming0803 released this 02 Apr 03:53

Update comments

v1.0.15

Choose a tag to compare

@zhaoyiming0803 zhaoyiming0803 released this 29 Mar 04:00

Fixed reporting line

detail: #23

v1.0.14

Choose a tag to compare

@zhaoyiming0803 zhaoyiming0803 released this 29 Mar 03:59

Only verify PropertyDefinition

v1.0.13

Choose a tag to compare

@zhaoyiming0803 zhaoyiming0803 released this 14 Mar 03:05

Adjust message comments

detail: e59c663

v1.0.12

Choose a tag to compare

@zhaoyiming0803 zhaoyiming0803 released this 07 Mar 12:40

Optimize duplicate rule

detail: #21

v1.0.11

Choose a tag to compare

@zhaoyiming0803 zhaoyiming0803 released this 11 Feb 10:12

'Type' and 'ValidateNested' must appear at the same time, and add unit test !

detail: #20

v1.0.10

Choose a tag to compare

@zhaoyiming0803 zhaoyiming0803 released this 11 Feb 07:06

Split nested DTO, and add rule authing-nestjs/use_class_validator_to_nested_dto 🎉

detail: #19

v1.0.9

Choose a tag to compare

@zhaoyiming0803 zhaoyiming0803 released this 11 Feb 07:05

Supports validate nested DTO 🎉

detail: #18

v1.0.8

Choose a tag to compare

@zhaoyiming0803 zhaoyiming0803 released this 09 Feb 02:47
  • Add pre commit hook
  • Expand estree type
  • Forbid implicit any
  • Coordinated use of no-unused-vars and @typescript-eslint/parser

v1.0.7

Choose a tag to compare

@zhaoyiming0803 zhaoyiming0803 released this 07 Feb 08:17

error is used instead of warn by default

detail: #12