Lotfi Meklati
Lotfi Meklati
## Description Continuing the flat config support in v9 https://github.com/sarbbottam/eslint-find-rules/issues/351 - Add support for ESLint v9 by using `LegacyESLint` class when it is defined - Update documentation to explain v9...
## Description - Fixes #309 - Remove ESLint Legacy config - Add new flat config with the same rules as previous version - Fix linting issues that were introduced with...
## Description Continuing the work for https://github.com/redwoodjs/redwood/issues/10897. Flat configs already exist in ESLint v8. I've followed the [Configuration Migration Guide](https://eslint.org/docs/latest/use/configure/migration-guide) to enable ESLint flat config only at the root level...
## PR Checklist - [x] Addresses an existing open issue: fixes #9906 - [x] That issue was marked as [accepting prs](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22) - [x] Steps in [Contributing](https://typescript-eslint.io/contributing) were taken ## Overview...
## Description #85 Add an option to replace all the occurrences that have been found
## Description The loader currently uses [String.prototype.replace()](https://developer.mozilla.org/fr/docs/Web/JavaScript/Reference/Global_Objects/String/replace) to replace the first occurrence of the given search parameter. But I think it would be nice to add an option to replace...