-
React version: 18.3.1
eslint-plugin-react-hooks: 5.0.0
## Steps To Reproduce
1. install eslint-plugin-react-hooks 5.0.0
2. write this code
```
function smth(use: () => void) {
use()…
-
## 📝 Description
I'm trying to integrate CKEditor5 into my project with the [new installation methods](https://github.com/ckeditor/ckeditor5/issues/15502), and I'm seeing a lot of existing tests fail…
-
Since Angular 19 was released today, it should be supported by @angular-eslint/schematics as well.
This issue should track the progress.
-
I have created a PR (#26) that showcases these proposed changes.
---
## Proposed Changes
- **Node Support**:
- Dropping support for Node.js versions that have been End-of-Life (EOL) for a…
-
Currently, `quasar-app-extension-testing-e2e-cypress` has a peerDepency to `"eslint-plugin-cypress": "^2.12.1"`
I'd like to bump `eslint-plugin-cypress` to 4.0.0 :/
-
### Current Behavior
We can use `.ts` or `.mjs` configuration files for ESLint, but the `lint` target doesn’t get added to the project.
I noticed a comment (`// todo: add support for eslint.config.m…
-
### Which project does this relate to?
Router
### Describe the bug
Calling hooks from a route object causes a cyclic dependency issue. This problem arises because importing hooks into the route obj…
-
We would like to detect ESLint issues.
In addition to the test, `.eslintrc.json` should be duplicated in this repo, and eslint has to be integrated in travis.
Adding a test in webots that `.eslint…
-
### Description
To ensure consistency, efficiency, and alignment with customer requirements, a structured project setup streamlines development, collaboration, and delivery.
### Task List
- [x] #13…
-
### Describe the issue
My project is in typescript and I use the `@stylexjs/eslint-plugin` package.
I'm defining variables as follow:
```ts
export const tokens = stylex.defineVars({
// …