-
Config `import/recommended` has a hardcoded `parserOptions.ecmaVersion` of 2018
This has the side effect of not being able to parse my `eslint.config.mjs` which uses nullish coalescing (Unless I ove…
-
https://eslint.org/blog/2024/04/eslint-v9.0.0-released/
-
This project comes with eslint config out of the box.
But `eslint` is not listed in the project deps. So running `lint` script errors.
The next obvious step is to install eslint
```Bash
yarn…
-
Tomorrow, the ESLint Typescript Plugin's v8 will be released via [PR 9165](https://github.com/typescript-eslint/typescript-eslint/pull/9165). The changes for this are described in the [prerelease blog…
-
### Bug Description
before `npm` v7+ and `pnpm` v8+ devDependencies must be listed as devDependencies otherwise, they will not be installed at all.
This is not the case anymore since now NPM v7…
-
Biomeは現時点でAstroをフルサポートしていないので、ESLint Flat Configへの移行を行う
-
Could not parse linter output due to: Expected value but found invalid token at character 1
output: Error: No ESLint configuration found in /Users/dccd/Desktop/item/front/vauch/src.
it's ok to …
imddc updated
3 months ago
-
**Environment**
yarn: `1.22.17`
node: `21.4.0`
**Steps to reproduce**
1. Run `yarn add eslint@latest`
2. Run `yarn add @thoughtbot/eslint-config --dev`
3. Add `.eslintrc.json` with the fol…
-
By default eslint will flag vitest globals that aren't imported (`describe` , `expect`) etc as errors because they violate the `no-undef` rule:
> error 'describe' is not defined no-undef
We c…
-
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…