oxc/crates/oxc_linter
DonIsaac d05fd20906 fix(linter): newline in type parameters causing false positive in no-unexpected-multiline (#6031)
Fixes a bug in `eslint/no-unexpected-multiline` where newlines in
function call type parameters triggered a false positive. For example:

```ts
const foo = bar<{
    a: string
    b: number
}>();
```
2024-09-24 16:14:06 +00:00
..
examples refactor(semantic): impl IntoIterator for &AstNodes (#5873) 2024-09-19 03:22:29 +00:00
fixtures test: add trailing line breaks to conformance fixtures (#5541) 2024-09-06 12:55:17 +00:00
src fix(linter): newline in type parameters causing false positive in no-unexpected-multiline (#6031) 2024-09-24 16:14:06 +00:00
tests
Cargo.toml release(oxlint): v0.9.8 (#6025) 2024-09-24 19:43:11 +08:00
CHANGELOG.md release(oxlint): v0.9.8 (#6025) 2024-09-24 19:43:11 +08:00