-
## Problem
Currently, the project lacks a linter configuration, which makes it difficult to enforce consistent coding standards across the codebase. This can lead to:
Inconsistent code formatting an…
-
**Describe the bug**
I tried pointing MegaLinter to my `eslint.config.js`, but it yielded the error:
```
❌ Linted [JAVASCRIPT] files with [eslint]: Found 1 error(s) - (1.49s)
- Using [eslint v…
-
`pnpm lint` results in:
```
workflow-api:lint: Oops! Something went wrong! :(
workflow-api:lint:
workflow-api:lint: ESLint: 8.57.0
workflow-api:lint:
workflow-api:lint: TypeError: Cannot des…
-
Es lint errors when there is not defined type
```
Oops! Something went wrong! :(
ESLint: 8.31.0
TypeError: globalScope.__defineGeneric is not a function
Occurred while linting /home/st.creme…
-
No| Item | Path | Status | PIC | Note |
-- | -- | -- | -- | -- | -- |
1 | Home Page + Auth Page | /src/app/[locale]/home | **DONE** | @hoangnt2 | |
2 | Project Page | /src/app/[locale]/projects | …
-
Vitest v1.3.0 has deprecated the use of options as the last parameter in `describe` (https://github.com/vitest-dev/vitest/pull/5142).
The eslint plugin forces the second parameter of `describe` to be…
-
### Link to the code that reproduces this issue
https://github.com/silvenon/repro/tree/nextjs-v15-eslint-v8
### To Reproduce
1. create an app using `npx create-next-app@latest`
2. ensure that ESLi…
-
Now that ESLint 9 is released and everyone is migrating to flat config, importing the plugin into a flat config by following the official documentation actually results in a red squiggly line, because…
-
### ESLint version
v8.5.0
### What problem do you want to solve?
Between `eslint`, `prettier`, `import`, and `@typescript/eslint`, it's really easy to accidentally include rules with fixes th…
-
ESlint 9 is available and the typescript linter is also ready to use it. We should migrate to the latest version to keep current.