Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ working directory: fixtures/tsgolint
1 | ({}).toString();
: ^^^^
`----
help: Consider picking a property (e.g. `user.name`), using a formatter (or `JSON.stringify`), or implementing a custom `toString()`/`toLocaleString()` on the type.

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
,-[no-confusing-void-expression.ts:2:19]
Expand Down Expand Up @@ -370,6 +371,7 @@ working directory: fixtures/tsgolint
: ^^^
3 |
`----
help: Consider picking a property (e.g. `user.name`), using a formatter (or `JSON.stringify`), or implementing a custom `toString()`/`toLocaleString()` on the type.

x typescript-eslint(restrict-template-expressions): Invalid type "object" of template literal expression.
,-[restrict-template-expressions.ts:2:24]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ working directory: fixtures/tsgolint_rule_options
: ^^^^^^^^^^^^
64 |
`----
help: Consider picking a property (e.g. `user.name`), using a formatter (or `JSON.stringify`), or implementing a custom `toString()`/`toLocaleString()` on the type.

Found 0 warnings and 4 errors.
Finished in <variable>ms on 1 file with 7 rules using 1 threads.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@napi-rs/cli": "catalog:",
"oxfmt": "^0.28.0",
"oxlint": "^1.39.0",
"oxlint-tsgolint": "0.11.4"
"oxlint-tsgolint": "0.11.5"
},
"packageManager": "pnpm@10.28.2"
}
68 changes: 34 additions & 34 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading