Kim Sang Du
Kim Sang Du
fix #2905 - new var in test file use multiple space when require - fix or remove invalid test cases - add feature considerComments is applied normally when use require
As mentioned in #3675, jsx-boolean-value error message is not clear. in current code, after setting never or always in the second option, if the modification is made not only to...
## PR Checklist - [x] Addresses an existing open issue: fixes #8538 - [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...
## PR Checklist - [x] Addresses an existing open issue: fixes #8805 - [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...
## PR Checklist - [x] Addresses an existing open issue: fixes #7755 - [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...
## PR Checklist - [x] Addresses an existing open issue: fixes #8641 - [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...
## PR Checklist - [x] Addresses an existing open issue: fixes #8669 - [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...
### Before You File a Documentation Request Please Confirm You Have Done The Following... - [X] I have looked for existing [open or closed documentation requests](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+label%3Adocumentation) that match my proposal....
below logic not need conditional statements and simply use `baseGet(object,path)`. because the result will be the same. ``` const childObject = paths.length === 1 ? object : baseGet(object, paths); ```...
## PR Checklist - [x] Addresses an existing open issue: - fixes #9080 - fixes #10153 - [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)...