New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-react-rfc

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-react-rfc

experimental React specific linting rules

  • 0.1.5
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-92.31%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-plugin-react-rfc

Experimental React specific linting rules

Motivation

eslint-plugin-react has a consolidated bunch of React linting rules. However it's difficult to have an space for proves of concept. This package collects a set of experimental rules that intents to be moved to eslint-plugin-react once get madurity.

Installation

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

Configuration (legacy: .eslintrc*)

Add react-rfc to the plugins section of your .eslintrc* configuration file. You can omit the eslint-plugin- prefix:

{
  "plugins": ["react-rfc"]
}

Use our preset to get reasonable defaults:

"extends": [
  "plugin:react-rfc/recommended"
],

Rules

💼 Configurations enabled in.
✅ Set in the recommended configuration.

NameDescription💼
no-component-def-in-renderdisallow to define a component in render scope

Keywords

FAQs

Package last updated on 17 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc