-
in some edge cases (looks like problem in `||` and `&&`):
```ts
const notification = { type: 'PRIMARY' };
switch (true) {
case notification.type === 'PRIMARY' || notification.typ…
-
### Current Behavior
Anytime I run `npm start web`, i always got: `Cannot find project 'web'`
### Expected Behavior
I just want to run the project
### GitHub Repo
_No response_
### Steps to Repr…
-
The contents of the file do not matter, if I remove it it fails on the next file. If I disable the plugin, there are no errors.
```
eslint:file-enumerator Yield: activity.tests.ts +0ms
eslint…
-
After a major update of @typescript-eslint/parser there are some problems parsing types from neverthrow. While linting I've got the following:
```
ESLint: 8.45.0
Error: Error while loading rule…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
After latest Zed update i started noticing the following error appear when i save a file
[log.t…
-
See:
* [Migrate to v9.x - ESLint - Pluggable JavaScript Linter](https://eslint.org/docs/latest/use/migrate-to-9.0.0)
* [Flat config rollout plans - ESLint - Pluggable JavaScript Linter](https://es…
-
作業
- [ ] eslint-vercel消す
- [ ] eslint-airbnb消す
公式 Flat Config support 表
https://github.com/eslint/eslint/issues/18093
対応パッケージ
- [ ] @next/eslint-plugin-next
- https://github.com/vercel/…
-
I'm running `arc lint` with this config:
```json
{
"linters": {
"prettier-eslint": {
"type": "prettier-eslint",
"bin": "./node_modules/.bin/prettier-eslint",
"include": ["(\\.ts$)…
-
### Current Behavior
Nx graph --print just works as just nx graph
### Expected Behavior
It should print JSON into console
### GitHub Repo
_No response_
### Steps to Reproduce
1. `nx graph --pri…
-
I have the following `.eslintrc.cjs` file:
```csj
module.exports = {
root: true,
env: { browser: true, es2020: true },
extends: [
'eslint:recommended',
'plugin:@typescript-eslin…