-
We've recently upgraded our 'node' docker image which brought an upgrade of `npm` (from version 8.1.2 to version 8.11.0). From what I can tell, there is a change that was introduced in `npm` version 8…
-
Either this plugin isn't compatible with [ESLint's flat config file](https://eslint.org/docs/latest/use/configure/configuration-files-new) yet, or I'm not setting it up quite right.
Here's a simple…
-
#52
-
[Disallow `instanceof Error` checks](https://github.com/sindresorhus/execa/issues/422#issuecomment-625750262).
## Fail
```js
const isError = foo instanceof Error;
```
## Pass
```js
co…
-
In Angular 16, [angular-eslint contains some new rules and breaking changes](https://github.com/angular-eslint/angular-eslint/blob/main/CHANGELOG.md#1600-2023-05-03). We will need to publish an update…
-
### Describe the bug?
After downloading the auth-js repository,
```
cd samples/generated/static-spa/
```
run
```
npm i @okta/okta-auth-js
```
receive
```
npm WARN ignoring workspace config …
-
See below.
```
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-eslint-plugin": "^5.5.0",
"eslint-plugin-import": "^2.29.1",
…
-
We currently do not have lint checks in CI and this is breaking the current ESLint scripts.
_Originally posted by @raducristianpopa in https://github.com/interledger/web-monetization-extension/issu…
-
### Before You File a Bug Report Please Confirm You Have Done The Following...
- [X] I have tried restarting my IDE and the issue persists.
- [X] I have updated to the latest version of the packag…
-
### Reproduction
1. Clone https://github.com/MathieuCouette/ember-data-issues
2. Check out `model-upcasting-issue`
3. Run `npm install && npm run lint`
### Description
Implicit upcasting of…