-
### Describe the bug
The new ESLint flat config allows assigning any arbitrary prefix you want for rule names. The prefix used in the `plugins` object:
https://github.com/TanStack/config/blob/29…
-
### 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…
skhaz updated
3 months ago
-
**Describe the bug**
when importing `eslint-plugin-solid/configs/recommended.js` (what is shown in the docs) there are no types, but when importing `eslint-plugin-solid/dist/configs/recommended.js`…
-
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.
#### Change…
-
- https://eslint.org/blog/2022/08/new-config-system-part-1/
- https://eslint.org/blog/2022/08/new-config-system-part-2/
-
### Issue workflow progress
_Progress of the issue based on the
[Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_
- …
-
It would be awesome to add ESLint 9 support.
-
* https://eslint.nuxt.com/packages/module
* https://eslint.style/guide/why
-
### Description
### Steps to reproduce
Run `eslint src --fix` via `lint-staged` and `yarn workspace`
```
✗ yarn workspace publisher-ars-to-sap-migration lint-staged
yarn workspace v1.22.19…
-
My project is not ESM ready, therefore I have to use the `.mjs` extension to let only eslint use ESM.
The analyzer fails to pick up the config file, but fails with an irrelevant error message.
!…