Skip to content

Releases: loop-payments/prisma-lint

prisma-lint v0.0.26

Choose a tag to compare

@github-actions github-actions released this 30 Dec 12:49
5c10127
  • Show violation for incorrect mapping of single-word field name.

prisma-lint v0.0.25

Choose a tag to compare

@github-actions github-actions released this 25 Nov 00:12
a9d4db5
  • Avoid empty line in simple output format.

prisma-lint v0.0.24

Choose a tag to compare

@github-actions github-actions released this 24 Nov 23:46
28359aa
  • Add new -o, --output option which accepts simple (the default), none, contextual, filepath, and json.

prisma-lint v0.0.23

Choose a tag to compare

@github-actions github-actions released this 15 Nov 13:51
fb3e069
  • Allow ignoring required fields with default values in forbid-required-ignored-field.

prisma-lint v0.0.22

Choose a tag to compare

@github-actions github-actions released this 10 Nov 16:24
3904e5e
  • Add option to pluralize snake case model names.

prisma-lint v0.0.20

Choose a tag to compare

@github-actions github-actions released this 22 Aug 16:33
ae9c635
  • Add support for reading prisma schema configuration from package.json.

prisma-lint v0.0.19

Choose a tag to compare

@github-actions github-actions released this 04 Aug 18:11
d04aaaa

prisma-lint v0.0.18

Choose a tag to compare

@github-actions github-actions released this 06 Jun 22:16
031bf9b
  • #59 Add support for @map and @@map without keys.
  • #56 Clearer error message when configuration not found.

prisma-lint v0.0.17

Choose a tag to compare

@github-actions github-actions released this 01 Jun 14:22
64d4d8e
  • Show clearer error if "rules" is missing from config.
  • Allow ignore parameters for the forbid-field rule.

prisma-lint v0.0.16

Choose a tag to compare

@github-actions github-actions released this 31 May 16:03
3e649da
  • Minor tweaks to rules documentation.