@quitsmx/eslint-plugin-redos
v4.5.0
Published
eslint-plugin-redos wrapper for eslint flat configs
Downloads
10
Maintainers
Readme
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-redosThen 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
