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_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_json.out')
-rw-r--r-- | cli/tests/lint/expected_json.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/lint/expected_json.out b/cli/tests/lint/expected_json.out index 20dd47d8c..f29d311f5 100644 --- a/cli/tests/lint/expected_json.out +++ b/cli/tests/lint/expected_json.out @@ -34,7 +34,7 @@ "filename": "[WILDCARD]file1.js", "message": "Empty block statement", "code": "no-empty", - "hint": null + "hint": [WILDCARD] }, { "range": { @@ -52,7 +52,7 @@ "filename": "[WILDCARD]file2.ts", "message": "Empty block statement", "code": "no-empty", - "hint": null + "hint": [WILDCARD] } ], "errors": [ |