-
Are there any plans to add `eslint-9` anytime soon?
-
![image](https://github.com/user-attachments/assets/9f8a76c1-5fd0-46a1-b2a3-d97933743d1d)
-
our latest dev dependencies update updates eslint from[ v8 to v9](https://github.com/carbon-design-system/ibm-products/pull/6185/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575…
-
# Prerequisites
Please answer the following questions before submitting an issue.
**YOU MAY DELETE THE PREREQUISITES SECTION.**
- [x] I am running the latest version of Node and the tools
- [x]…
-
ESLint v9 has been released recently. This plugin has a peer dependency to ESLint ^8.0.0 and causes peer dependency conflicts with ESLint v9.
-
When a file with one or more `eslint-disable` comments is saved while there are other lint errors present the comments are automatically removed.
I was able to reproduce it with a fresh project with j…
-
Setup formatting and linting at the monorepo level.
Prettier and ESLint must be configured with all the plugins present in the previous repo: https://github.com/Kyoso-Team/kyoso-archive/blob/master…
-
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
-
## Description
ESlint has some nice [rules](https://eslint.org/docs/latest/rules/) and [possible plugins/rules set](https://github.com/dustinspecker/awesome-eslint), find ones that are suitable for t…
-
### Describe the problem
When running `npm create svelte@latest` we are given the option to add eslint / unit tests or integration tests.
When we add eslint, vitest and playwright however, we end …