-
### 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-esli…
-
Probably best not to use the migration tool they provide, let's write a clean config from scratch. It needs the eslint recommended rules, the typescript-eslint recommended rules + parser, the react re…
-
I don't have the slightest idea how to make it work.
I added `import rxjs from "eslint-plugin-rxjs-updated";` at the top of eslint.config.mjs
and `rxjs.configs.recommended` into `extends` config blo…
-
### Describe what you want
With the recent release of Eslint v9, it [now uses flat config files by default](https://eslint.org/blog/2023/10/flat-config-rollout-plans/) and support for the eslintrc co…
MickL updated
1 month ago
-
**Describe the bug**
The package don't have a type declaration file of the options and exports members
**To Reproduce**
Add the configuration like bellow and add in tsconfig.json `"noImplicitAny"…
-
![image](https://github.com/user-attachments/assets/9f8a76c1-5fd0-46a1-b2a3-d97933743d1d)
-
Some of the `eslint` libraries are bit old.
The eslint libraris are dev dependencies:
```
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
…
-
Priority: High ― Start after #70
-
As an internal ESL consumer, I want to be able to reuse ESL project codestyle.
Requested to split eslint flat configuration of 5th ESL version into public NPM stored shared configuration.
ala-n updated
1 month ago
-
`eslint.config.mjs`:
```js
import path from 'node:path';
import { fileURLToPath } from 'node:url';
import js from '@eslint/js';
import { fixupConfigRules, includeIgnoreFile } from '@eslint/co…