-
### Environment
Node version: Any
npm version: Any
Local ESLint version: 9.9.1
Global ESLint version: 9.9.1
Operating System: Any
### What parser are you using?
Default (Espree)
### What did…
-
for example, I'd like it to handle code like:
```
define([
'react',
'enzyme',
'../path/to/Component',
], (React, {mount}, Component) => {
const wrapper = mount(
);
}…
-
### Before You File a Proposal Please Confirm You Have Done The Following...
- [X] I have [searched for related issues](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+labe…
-
### Environment
Node version: v22.11.0
npm version: v10.9.0
Local ESLint version: N/A
Global ESLint version: v9.13.0
Operating System: Win 11 x64
### What parser are you using?
Default (Espree)
##…
-
### Environment
Node version: v22.9.0
npm version: v10.8.3
Local ESLint version: v9.12.0 (Currently used)
Global ESLint version: Not found
Operating System: darwin 24.0.0
### What parser are you us…
-
### Discussed in https://github.com/prettier/prettier-vscode/discussions/3227
Originally posted by **MarvNC** December 14, 2023
I am using CLI 3.1.1 installed with npm globally. Meanwhile, my …
-
### Environment
Node version: v20.18.0
npm: 10.8.2
pnpm version: 9.12.2
Local ESLint version: 9.13.0
Global ESLint version: 9.13.0
Operating System: macOS Sequoia 15.0.1 (24A348)
### What parser ar…
-
### Environment
Node version: 18.18.0
pnpm version: 9.6.0
Local ESLint version: 9.13.0
Global ESLint version: n/a
Operating System: linux-6.1.0-26-amd64
### What parser are you using?
Default (Esp…
-
When running locally, class constructor names like `Node` and `GlobalScope` are preserved:
![CleanShot 2024-07-23 at 14 53 52@2x](https://github.com/user-attachments/assets/dccb9ea9-fc7c-41a1-ac67-…
-
This will act as a hub to centralize this information.
## Goal
We need to determine a framework-agnostic solution to retrieve and document props, events, and children within each component. This…