diff options
Diffstat (limited to 'cli/tests/lint/expected_from_stdin_json.out')
-rw-r--r-- | cli/tests/lint/expected_from_stdin_json.out | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/tests/lint/expected_from_stdin_json.out b/cli/tests/lint/expected_from_stdin_json.out index ed5a0c5dc..148ee6cdd 100644 --- a/cli/tests/lint/expected_from_stdin_json.out +++ b/cli/tests/lint/expected_from_stdin_json.out @@ -13,7 +13,8 @@ }, "filename": "_stdin.ts", "message": "`any` type is not allowed", - "code": "no-explicit-any" + "code": "no-explicit-any", + "hint": null } ], "errors": [] |