diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-10-02 13:51:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-02 13:51:37 +0200 |
commit | e5348a6a38b3c06a916223ad0b99e8cfe47725b1 (patch) | |
tree | 8c8f5f0e2328781b96f92e4842cc0b4a64b35650 /cli/tests/lint/expected_from_stdin_json.out | |
parent | 5cd29b37f7946ac05783bae777be8503182a8b8e (diff) |
upgrade: swc, deno_doc, deno_lint, dprint (#7793)
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": [] |