Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [36.0.0](v35.0.0...v36.0.0) (2023-06-30) ### ⚠ BREAKING CHANGES * the rules are provided at the top level, instead of under an `overrides` property. Providing the rules under the `overrides` property was never a good idea. It prevents specifying which files the rules apply to (e.g. `[*.js, *.ts]`). I apologize. To migrate, make sure that your `extends` property is under an [`overrides` item][overrides]. An example is in the readme. To help verify your configuration, you could obtain a list of files that will be linted, this way: `DEBUG=eslint:cli-engine npx eslint <path>`. [overrides]: https://eslint.org/docs/latest/use/configure/configuration-files#how-do-overrides-work ### Bug fixes * rules are at top level (not under overrides) ([25401c9](25401c9)), closes [#1149](#1149) [#1088](#1088)
- Loading branch information