-
### ESLint version
8.57.0
### What problem do you want to solve?
According tp the [Spec](https://eslint.org/docs/latest/use/configure/configuration-files#globally-ignoring-files-with-ignores)…
-
Hi,
how I can make worked Dockerfile for build filebrowser?
Now I make this:
```
sudo mkdir -p /app/filebrowser && \
sudo touch /app/filebrowser/database.db && \
sudo bash -c 'cat /app/images…
-
Currently this extension appears to only find eslint configuration files when:
- using `eslint.config.cjs`
- using `eslint.config.js` with `"type": "module"` in package.json
It currently does n…
-
-
In the example config for eslintrc:
`plugins: [
"jsdoc"
]`
needs to be updated to:
`plugins: [
"eslint-plugin-jsdoc
]`
-
[Biome](https://biomejs.dev/)
-
I have been using v3 for a long time, and after some pause, I returned using it. I saw v4 and tried to migrate it.
## Expected Behavior
In recent posts, more structured style, like it was in …
-
Please update "globals" dependency to ^15.0.0
Thank you!
-
```
$ eslint . --ext js,mjs,cjs,ts,mts,cts,vue
Invalid option '--ext' - perhaps you meant '-c'?
You're using eslint.config.js, some command line flags are no longer available. Please see https://es…
-
Requires this typescript-eslint update:
- https://github.com/typescript-eslint/typescript-eslint/issues/8211
Specifically, RuleTester seems not compatible with flat config for now.
```
Serialize…