diff --git a/package.json b/package.json index 10987a8f00..eea7dac46a 100644 --- a/package.json +++ b/package.json @@ -1689,7 +1689,10 @@ "type": "string", "enum": [ "snakecase", - "camelcase" + "camelcase", + "lispcase", + "pascalcase", + "keep" ], "default": "snakecase", "description": "Transformation rule used by Go: Add Tags command to add tags"