oxc/crates/oxc_linter
Arian94 11b93af0d1
fix(linter/unicorn): consistent-function-scoping false positive on assignment expression (#5312)
fixes #5159 and any other named function assigned to a property like:
```js
const foo = {};
foo.bar = function fooBar() {}
```

---------

Co-authored-by: Don Isaac <donald.isaac@gmail.com>
Co-authored-by: Cameron Clark <cameron.clark@hey.com>
2024-08-31 19:41:25 +01:00
..
examples
fixtures refactor(linter): replace Windows-style line breaks with Unix-style in test fixture (#4768) 2024-08-08 17:33:04 +00:00
src fix(linter/unicorn): consistent-function-scoping false positive on assignment expression (#5312) 2024-08-31 19:41:25 +01:00
tests
Cargo.toml Release oxlint v0.9.1 (#5316) 2024-08-29 13:04:52 +08:00
CHANGELOG.md Release oxlint v0.9.1 (#5316) 2024-08-29 13:04:52 +08:00