Yukihiro Hasegawa
Yukihiro Hasegawa
### Reproduction example https://codesandbox.io/s/vigorous-leaf-xll7kf?file=/src/App.test.js ### Prerequisites 1. Obtain the text element with const text = screen.getByText('Test'). 2. Hover over the text element obtained in step 1. 3. Hover over the...
### Changes Made: - Removed unnecessary type assertions
## PR Checklist - [x] Addresses an existing open issue: fixes (partially) #8358 - [x] That issue was marked as [accepting prs](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22) - [x] Steps in [Contributing](https://typescript-eslint.io/contributing) were taken ##...
I have added type annotations and fixed associated type errors.
Would it be feasible to enhance the strictness of type checking? I suggest modifying the code from: ```js module.exports = { //... }; ``` to: ```js /** @type { import("eslint").Rule.RuleModule...
## PR Checklist - [x] Addresses an existing open issue: fixes #9083 - [x] That issue was marked as [accepting prs](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22) - [x] Steps in [Contributing](https://typescript-eslint.io/contributing) were taken ## Overview...
Hi🖐️ As per the title, I have updated the path parameters to use schema types. This is a proposal, so please let me know if you find any issues 🙇♂️....
Hi!🖐️ I would like to propose two changes. 1. **Remove eslint-plugin-prettier**: As per the [official Prettier documentation](https://prettier.io/docs/en/integrating-with-linters.html#notes), the `prettier --check .` command can be used instead, so eslint-plugin-prettier may no...
## PR Checklist - [x] Addresses an existing open issue: fixes #6128 - [x] That issue was marked as [accepting prs](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22) - [x] Steps in [Contributing](https://typescript-eslint.io/contributing) were taken ## Overview...
Hi! Issue similar to https://github.com/jest-community/eslint-plugin-jest/issues/1140 . How about adding this feature?