Skip to content

Commit fe6790d

Browse files
committed
update snap
1 parent 010caa7 commit fe6790d

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

apps/oxlint/src/snapshots/fixtures__tsgolint_--type-aware@oxlint.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ working directory: fixtures/tsgolint
2525
1 | ({}).toString();
2626
: ^^^^
2727
`----
28+
help: Consider picking a property (e.g. `user.name`), using a formatter (or `JSON.stringify`), or implementing a custom `toString()`/`toLocaleString()` on the type.
2829
2930
x typescript-eslint(no-meaningless-void-operator): void operator shouldn't be used on void; it should convey that a return value is being ignored
3031
,-[no-confusing-void-expression.ts:2:19]
@@ -370,6 +371,7 @@ working directory: fixtures/tsgolint
370371
: ^^^
371372
3 |
372373
`----
374+
help: Consider picking a property (e.g. `user.name`), using a formatter (or `JSON.stringify`), or implementing a custom `toString()`/`toLocaleString()` on the type.
373375
374376
x typescript-eslint(restrict-template-expressions): Invalid type "object" of template literal expression.
375377
,-[restrict-template-expressions.ts:2:24]

apps/oxlint/src/snapshots/fixtures__tsgolint_rule_options_--type-aware@oxlint.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ working directory: fixtures/tsgolint_rule_options
3838
: ^^^^^^^^^^^^
3939
64 |
4040
`----
41+
help: Consider picking a property (e.g. `user.name`), using a formatter (or `JSON.stringify`), or implementing a custom `toString()`/`toLocaleString()` on the type.
4142

4243
Found 0 warnings and 4 errors.
4344
Finished in <variable>ms on 1 file with 7 rules using 1 threads.

0 commit comments

Comments
 (0)