-
@open-wc/eslint-config uses eslint-plugin-import.
An version bump of this plugin would include (some) eslint@9 support:
[eslint-plugin-import@2.29 ](https://github.com/import-js/eslint-plugin-impo…
-
This task aims to set up **ESLint** and **Prettier** for the frontend of our monorepo, which is a React-based application. Proper linting and formatting will ensure consistent code quality and styling…
-
> [!WARNING]
> This comment is maintained by CI. Do not edit this comment directly.
> To update comment template, see https://github.com/oxc-project/oxc/tree/main/tasks/lint_rules
This is tracking i…
-
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…
-
> [!WARNING]
> This comment is maintained by CI. Do not edit this comment directly.
> To update comment template, see https://github.com/oxc-project/oxc/tree/main/tasks/lint_rules
This is tracking i…
-
My plate is unfortunately too full to take on this myself, so this is just a throwaway suggestion (and feel free to close), but you might wish to consider reviewing `eslint-plugin-unicorn` for its `ut…
-
> [!WARNING]
> This comment is maintained by CI. Do not edit this comment directly.
> To update comment template, see https://github.com/oxc-project/oxc/tree/main/tasks/lint_rules
This is tracking i…
-
### Description
👋 Coming over from https://github.com/eslint/eslint/issues/18093: ESLint is migrating to a [new "flat config" format](https://eslint.org/docs/latest/use/configure/configuration-file…
-
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-…
-
#19134 is an example of an issue where a change was merged into ESLint's `main` branch that caused downstream breakages in third-party plugins. Two popular examples: unicorn (https://github.com/sindre…