Skip to content

Commit

Permalink
add eslint-plugin-redos
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock authored and dustinspecker committed Jul 8, 2024
1 parent 2971fd7 commit 55a00ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ If you want to contribute, please read the [contribution guidelines](contributin
- [no-use-extend-native](https://github.com/dustinspecker/eslint-plugin-no-use-extend-native) - Prevent using extended native objects.
- [Promise](https://github.com/xjamundx/eslint-plugin-promise) - Best practices when working with promises.
- [pure](https://github.com/purely-functional/eslint-plugin-pure) - Enforce pure functions (without side effects).
- [ReDoS](https://makenowjust-labs.github.io/recheck/docs/usage/as-eslint-plugin/) - ESLint plugin for finding possible ReDoS vulnerabilities.
- [RegExp](https://github.com/ota-meshi/eslint-plugin-regexp) - ESLint plugin for finding regexp mistakes and style guide violations.
- [sort-keys-fix](https://github.com/leo-buneev/eslint-plugin-sort-keys-fix) - Adds fixer for ESLint `sort-keys` rule.
- [this](https://github.com/matijs/eslint-plugin-this) - Write pure functions, don't allow `this`.
Expand Down

0 comments on commit 55a00ca

Please sign in to comment.