Boshen
Boshen
> [!WARNING] > This comment is maintained by CI. Do not edit this comment directly. > To update comment template, see https://github.com/oxc-project/oxc/tree/main/tasks/lint_rules This is tracking issue for `eslint-plugin-react-hooks`. There are...
> [!WARNING] > This comment is maintained by CI. Do not edit this comment directly. > To update comment template, see https://github.com/oxc-project/oxc/tree/main/tasks/lint_rules This is tracking issue for `eslint`. There are...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [swift-actions/setup-swift](https://redirect.github.com/swift-actions/setup-swift) | action | major | `v1` -> `v2` | --- ### Release...
https://typescript-eslint.io/troubleshooting/performance-troubleshooting/#eslint-plugin-import suggests turning on - [ ] import/no-named-as-default - [x] import/no-cycle - [ ] import/no-unused-modules - [ ] import/no-deprecated We should support these
These contain type exports https://github.com/palantir/blueprint ``` blueprint develop ❯ ~/github/oxc/target/release/oxlint --import-plugin -D export ⚠ eslint-plugin-import(export): No named exports found in module './itemRenderer' ╭─[packages/select/src/common/index.ts:21:15] 20 │ export * from "./itemListRenderer";...
Background: https://typescript-eslint.io/getting-started/typed-linting/ Attempt 1: * https://github.com/oxc-project/oxc/discussions/2855 * https://github.com/oxc-project/oxc/pull/2912
https://eslint.org/docs/latest/rules/no-useless-assignment I think we can mark it as correctness?
Only 1 left [no-html-link-for-pages](https://nextjs.org/docs/messages/no-html-link-for-pages), which requires `oxc_resolver` exposed to the linter rules or cache all the paths. https://github.com/oxc-project/oxc/pull/3196
> [!WARNING] > This comment is maintained by CI. Do not edit this comment directly. > To update comment template, see https://github.com/oxc-project/oxc/tree/main/tasks/lint_rules This is tracking issue for `eslint-plugin-import`. There are...