npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

eslint-plugin-react-features

v1.1.4

Published

ESLint React rules for modern react features, hooks, and patterns.

Readme

Description

This plugin provides Advanced React patterns, hook usage, and best practices enforcement.

Philosophy

Interlace fosters strength through integration. Instead of stacking isolated rules, we interlace security directly into your workflow to create a resilient fabric of code. We believe tools should guide rather than gatekeep, providing educational feedback that strengthens the developer with every interaction.

Getting Started

npm install eslint-plugin-react-features --save-dev

⚙️ Configuration Presets

| Preset | Description | | :------------ | :----------------------------------------------- | | recommended | Recommended React patterns and performance rules |

📦 Compatibility

| Package | Version | | :--- | :--- | | ESLint | ^8.0.0 \|\| ^9.0.0 \|\| ^10.0.0 | | Node.js | >=18.0.0 |

See the ESLint Version Support Policy — current ecosystem share data, the 20% gate, and the forward-looking exception that covers v10.

Rules

Legend

| Icon | Description | | :---: | :--- | | 💼 | Recommended: Included in the recommended preset. | | ⚠️ | Warns: Set to warn in recommended preset. | | 🔧 | Auto-fixable: Automatically fixable by the --fix CLI option. | | 💡 | Suggestions: Providing code suggestions in IDE. | | 🚫 | Deprecated: This rule is deprecated. | | 🟢 | Type-unaware: AST-only, runs in oxlint JS-plugin tier. | | 🟡 | Type-aware (refining): pure-AST primary path; types refine precision. | | 🟠 | Type-aware (graceful): requires TS program; silent without it. |

| Rule | CWE | OWASP | CVSS | Description | 🧠 | 💼 | ⚠️ | 🔧 | 💡 | 🚫 | | :--- | :---: | :---: | :---: | :--- | :---: | :---: | :---: | :---: | :---: | :---: | | checked-requires-onchange-or-readonly | | | | checked-requires-onchange-or-readonly rule | 🟢 | | | | 💡 | | | default-props-match-prop-types | | | | default-props-match-prop-types rule | 🟢 | | | | 💡 | | | display-name | | | | display-name rule | 🟢 | | | | 💡 | | | hooks-exhaustive-deps | | | | hooks-exhaustive-deps rule | 🟢 | | | | 💡 | | | jsx-handler-names | | | | jsx-handler-names rule | 🟢 | | | | 💡 | | | jsx-key | | | | jsx-key rule | 🟢 | | | | 💡 | | | jsx-max-depth | | | | jsx-max-depth rule | 🟢 | | | | 💡 | | | jsx-no-bind | | | | jsx-no-bind rule | 🟢 | | | | 💡 | | | jsx-no-duplicate-props | | | | Prevent duplicate props in JSX elements. This rule is part of eslint-plugin-react-features and provides LLM… | 🟢 | | | | 💡 | | | jsx-no-literals | | | | jsx-no-literals rule | 🟢 | | | | 💡 | | | jsx-no-script-url | | | | Prevent javascript: URLs in JSX. This rule is part of eslint-plugin-react-features and provides LLM-optimiz… | 🟢 | | | | 💡 | | | jsx-no-target-blank | | | | Require rel='noopener noreferrer' with target='blank'. This rule is part of eslint-plugin-react-features a… | 🟢 | | | | 💡 | | | no-access-state-in-setstate | | | | no-access-state-in-setstate rule | 🟢 | | | | 💡 | | | no-adjacent-inline-elements | | | | no-adjacent-inline-elements rule | 🟢 | | | | 💡 | | | no-arrow-function-lifecycle | | | | no-arrow-function-lifecycle rule | 🟢 | | | | 💡 | | | no-children-prop | | | | no-children-prop rule | 🟢 | | | | 💡 | | | no-danger | CWE-79 | | | no-danger rule | 🟢 | | | | 💡 | | | no-danger-with-children | | | | Prevent using children and dangerouslySetInnerHTML together. This rule is part of eslint-plugin-react-featu… | 🟢 | | | | 💡 | | | no-deprecated | | | | Warn about using deprecated React APIs. This rule is part of eslint-plugin-react-features and provides LLM-… | 🟢 | | | | 💡 | | | no-did-mount-set-state | | | | no-did-mount-set-state rule | 🟢 | | | | 💡 | | | no-did-update-set-state | | | | no-did-update-set-state rule | 🟢 | | | | 💡 | | | no-direct-mutation-state | | | | no-direct-mutation-state rule | 🟢 | | | | 💡 | | | no-find-dom-node | | | | Prevent using findDOMNode. This rule is part of eslint-plugin-react-features and provides LLM-optimized err… | 🟢 | | | | 💡 | | | no-invalid-html-attribute | | | | no-invalid-html-attribute rule | 🟢 | | | | 💡 | | | no-is-mounted | | | | no-is-mounted rule | 🟢 | | | | 💡 | | | no-multi-comp | | | | no-multi-comp rule | 🟢 | | | | 💡 | | | no-namespace | | | | no-namespace rule | 🟢 | | | | 💡 | | | no-object-type-as-default-prop | | | | no-object-type-as-default-prop rule | 🟢 | | | | 💡 | | | no-redundant-should-component-update | | | | no-redundant-should-component-update rule | 🟢 | | | | 💡 | | | no-render-return-value | | | | no-render-return-value rule | 🟢 | | | | 💡 | | | no-set-state | | | | no-set-state rule | 🟢 | | | | 💡 | | | no-string-refs | | | | no-string-refs rule | 🟢 | | | | 💡 | | | no-this-in-sfc | | | | no-this-in-sfc rule | 🟢 | | | | 💡 | | | no-typos | | | | no-typos rule | 🟢 | | | | 💡 | | | no-unescaped-entities | | | | no-unescaped-entities rule | 🟢 | | | | 💡 | | | no-unknown-property | | | | no-unknown-property rule | 🟢 | | | | 💡 | | | no-unnecessary-rerenders | | | | no-unnecessary-rerenders rule | 🟢 | | | | 💡 | | | no-unsafe | | | | Warn about UNSAFE lifecycle methods. This rule is part of eslint-plugin-react-features and provides LLM-op… | 🟢 | | | | 💡 | | | prefer-es6-class | | | | prefer-es6-class rule | 🟢 | | | | 💡 | | | prefer-stateless-function | | | | prefer-stateless-function rule | 🟢 | | | | 💡 | | | prop-types | | | | prop-types rule | 🟢 | | | | 💡 | | | react-class-to-hooks | | | | react-class-to-hooks rule | 🟢 | | | | 💡 | | | react-in-jsx-scope | | | | react-in-jsx-scope rule | 🟢 | | | | 💡 | | | react-no-inline-functions | | | | react-no-inline-functions rule | 🟢 | | | | 💡 | | | react-render-optimization | | | | react-render-optimization rule | 🟢 | | | | 💡 | | | require-default-props | | | | require-default-props rule | 🟢 | | | | 💡 | | | require-optimization | | | | require-optimization rule | 🟢 | | | | 💡 | | | require-render-return | | | | require-render-return rule | 🟢 | | | | 💡 | | | required-attributes | | | | required-attributes rule | 🟢 | | | | 💡 | | | sort-comp | | | | sort-comp rule | 🟢 | | | | 💡 | | | state-in-constructor | | | | state-in-constructor rule | 🟢 | | | | 💡 | | | static-property-placement | | | | static-property-placement rule | 🟢 | | | | 💡 | | | void-dom-elements-no-children | | | | Prevent void DOM elements from receiving children. This rule is part of eslint-plugin-react-features and pr… | 🟢 | | | | 💡 | |

🔗 Related ESLint Plugins

Part of the Interlace ESLint Ecosystem — AI-native security plugins with LLM-optimized error messages:

| Plugin | Downloads | Description | | :--- | :---: | :--- | | eslint-plugin-secure-coding | downloads | General security rules & OWASP guidelines. | | eslint-plugin-pg | downloads | PostgreSQL security & best practices. | | eslint-plugin-node-security | downloads | Node.js core-module security (fs, child_process, vm, crypto, Buffer). | | eslint-plugin-jwt | downloads | JWT security & best practices. | | eslint-plugin-browser-security | downloads | Browser-specific security & XSS prevention. | | eslint-plugin-express-security | downloads | Express.js security hardening rules. | | eslint-plugin-lambda-security | downloads | AWS Lambda security best practices. | | eslint-plugin-nestjs-security | downloads | NestJS security rules & patterns. | | eslint-plugin-mongodb-security | downloads | MongoDB security best practices. | | eslint-plugin-vercel-ai-security | downloads | Vercel AI SDK security hardening. | | eslint-plugin-import-next | downloads | Next-gen import sorting & architecture. |

📄 License

MIT © Ofri Peretz