diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-10-30 20:39:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-30 20:39:53 +0100 |
commit | 2a36e2f892d6e0855b4e3d927cca399299038f80 (patch) | |
tree | 0545a488955ad70e6d61e21890d1c2c925d50b29 /cli/tests/lint/expected_from_stdin_json.out | |
parent | ce75101e3e1015c30ef41e600eda9b39b1504e6e (diff) |
upgrade: deno_doc, deno_lint, dprint, swc (#8197)
- deno_doc 0.1.14
- deno_lint 0.2.7
- dprint-plugin-typescript 0.32.7
- swc_bundler 0.14.1
- swc_ecmascript 0.13.1
Diffstat (limited to 'cli/tests/lint/expected_from_stdin_json.out')
-rw-r--r-- | cli/tests/lint/expected_from_stdin_json.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/lint/expected_from_stdin_json.out b/cli/tests/lint/expected_from_stdin_json.out index 611b95d08..262d40b30 100644 --- a/cli/tests/lint/expected_from_stdin_json.out +++ b/cli/tests/lint/expected_from_stdin_json.out @@ -16,7 +16,7 @@ "filename": "_stdin.ts", "message": "`any` type is not allowed", "code": "no-explicit-any", - "hint": null + "hint": [WILDCARD] } ], "errors": [] |