-
When creating a function, the output of `tsconfig.json` does not include `extends` and `references` properties.
So if I have a shared library, I need to manually register `path` inside `tsconfig.buil…
-
### Description
* Linting is essential to ensuring that a code space looks clean and can be maintainable by those outside who will inherit the project. As Hackkit grows, we want to ensure that it wil…
-
The following line:
`myPromise.then(doSomething)`
Generates the following error in ESLint:
`[Error - 11:23:34 AM] ESLint stack trace:
[Error - 11:23:34 AM] TypeError: Cannot read property 't…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
### Current Behavior
Running ESLint via Nx in GitHub Actions results in the ESLint output not being recognised by GitHub's standard ESLint problem matcher: https://github.com/actions/setup-node/blo…
-
## Issue Type
Feature Request
## Issue Description
We run our eslint as follows:
```
eslint --ignore-path= ...
```
as described here: https://eslint.org/docs/user-guide/command-line-int…
-
ESLint has an exciting proposal (https://github.com/eslint/rfcs/pull/99) for Stylelint to become an ESLint plugin.
We're a small team of volunteers working on Stylelint. A couple of us share the se…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
was closed here, but is still randomly occurring today:
https://github.com/import-js/eslint-plugin-import/issues/2388
-
As part of normal dev work I added a snapshot (Jest) file to a workspace in my repo. This apparently broke Eslint. When I remove the snapshot file the TypeError goes away. See `NOTE THIS LINE` in the …