-
I was following the ["Running the demo" section](https://github.com/xtermjs/xterm.js/wiki/Contributing#running-the-demo) of the contribution page in the wiki and came across the following error when r…
-
And anything else that generally improves TS code quality and formatting.
-
Edit: Next.js 15 introduces support for ESLint 9 now.
https://nextjs.org/blog/next-15#eslint-9-support
---
Update the ESLint dependency to v9.0.0. Currently, it appears that `next lint` does no…
-
When trying to to use @aws-appsync/eslint-plugin with eslint v9 I get the following error message:
```
TypeError: Error while loading rule '@graphql-eslint/no-unreachable-types': Cannot destructur…
-
The readme suggests that npm is supported, but it does not build with it.
I see:
```sh
npm install
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm…
-
I think we can level up the repo, and use ESLint what do you think? @andreslopezlu
-
Add support to version 9 of eslint.
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md).
- [X] I agree to follow the [Code of Conduct](https://githu…
-
Given [eslint-plugin-react-hooks new support for eslint v9](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md#500) it would be nice to have it included in neo…
-
I have 2 files:
1. test.js
```
import { bogus } from './bogus.js';
bogus()
```
2. bogus.js
```
function foo() {
console.log('foo');
}
export {
foo
}
```
If `bogus.js` is minified, eslint-…