-
placing `...eslintPluginToml.configs["flat/base"],` in the top level of an eslint.config.js works well because the rules block in flat/base includes a file scope for `"**/*.toml"` files.
placing `.…
-
ESLint v8 introduced a new config format and the existing `.eslintrc.json` format we're using is deprecated in ESLint v9. We're currently blocked on updating to ESLint v9 until https://github.com/airb…
-
👋 Coming over from https://github.com/eslint/eslint/issues/18093: ESLint is migrating to a [new "flat config" format](https://eslint.org/docs/latest/use/configure/configuration-files-new) that will be…
-
### Bug Report Checklist
- [X] I have tried restarting my IDE and the issue persists.
- [X] I have pulled the latest `main` branch of the repository.
- [X] I have [searched for related issues](ht…
-
### Current Behavior
The current setup for the `@nx/eslint-plugin` for react configurations uses `eslint-plugin-import` in @nx v19 with eslint flat config breaks if I specify any rules for the import…
-
how to use it in the new eslint flat config
-
I have three path aliases setup in my `vite.config.ts` and `tsconfig.json`:
- `~` => `src/`
- `ui` => `src/components/*`
- `utils` => `src/lib/index.ts`
Files in `src/components/*` and `src/lib/*` mu…
-
There has been new version of ESLint v9 that ships with new flat config.
-
### Kind of Issue
Question
### Tool or Library
cspell/eslint-plugin
### Version
8.15.5
### Supporting Library
Not sure / None
### OS
Linux
### OS Version
22.04
### …
-
Hello! I have a modern Nuxt project which uses the new eslint flat config syntax. The documentation you currently have shows off parsing options that are for the deprecated `.eslintrc` and nested opti…