Wrapper that allows eslint-plugin-redos to work with eslint flat configs.
You can install the package with the following command.
pnpm add -D @quitsmx/eslint-plugin-redos
Then add to your eslint.config.mjs
import { defineConfig } from 'eslint/config'
import redos from '@quitsmx/eslint-plugin-redos'
// ... other plugins
export default defineConfig([
// ... other configs
redos.configs['flat/recommended'],
])
See more about ReDoS in the recheck site.
The MIT License © 2025-present Alberto Martínez
The MIT License 2020-2025 © TSUYUSATO "MakeNowJust" Kitsune