-
See https://typescript-eslint.io/blog/announcing-typescript-eslint-v8#project-service
As a temporary workaround, I'm still setting `EXPERIMENTAL_useProjectService`:
```js
/** @type {import("eslin…
-
As **Eslint 9** removes all formatters, was a tragedy for all as I who has customized Eslint formatters. Now we have https://eslint.style who has ported all the formatters to a new package. I think it…
-
[Biome](https://biomejs.dev) is a very fast (ESLint compatible) linter and (Prettier compatible) formatter for JavaScript and TypeScript.
@gornostay25 if you agree, I can set it up and fix the lint…
-
### Docs page(s)
https://eslint.org/docs/latest/use/configure/ignore
### What documentation issue do you want to solve?
Take a look at this discussion. No one understands how ignoring works. Becaus…
-
### What kind of issue is this?
- [X] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization)
- [ ] babel-plugin-react-compiler (build issue installing or u…
-
As a rare contributor to the repo, it feels really painful. I can only imagine how it feels to regular contributors. 1-2 minutes of dev time wasted on every commit, multiplied by dev count = lots of m…
-
### Current Behavior
Right now if user hasn't specified entryFile in ng-package.json of secondary entry point `enforce-module-boundaries` throws an error:
```
Oops! Something went wrong! :(
ESLi…
-
### Environment information
```bash
CLI:
Version: 1.8.3
Color support: true
Platform:
CPU Architecture: x86_64
OS: …
-
### Provide a general summary of the issue here
Copying the example from https://react-spectrum.adobe.com/react-aria/routing.html#routerprovider gives `Hooks may not be referenced as normal values,…
-
## Context
The app currently has a linter setup for Javascript (ESLint), but nothing for Python.
## Definition of Done
- [Black](https://pypi.org/project/black/) linting library is installed and …