Skip to content

quitsmx/eslint-plugin-redos

Repository files navigation

eslint-plugin-redos

Wrapper that allows eslint-plugin-redos to work with eslint flat configs.

Install

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.

License

The MIT License © 2025-present Alberto Martínez

eslint-plugin-redos License

The MIT License 2020-2025 © TSUYUSATO "MakeNowJust" Kitsune

About

eslint-plugin-redos wrapper for eslint flat configs

Resources

License

Stars

Watchers

Forks

Packages

No packages published