Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@tinkoff/eslint-config-react

Package Overview
Dependencies
Maintainers
0
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tinkoff/eslint-config-react

ESLint configs for React apps

latest
Source
npmnpm
Version
5.0.1
Version published
Weekly downloads
353
21.31%
Maintainers
0
Weekly downloads
 
Created
Source

@tinkoff/eslint-config-react

ESlint plugin includes rules for React applications. Designed to use with @tinkoff/eslint-config.

Usage

Install from npm

npm i --save-dev @tinkoff/eslint-config @tinkoff/eslint-config-react

Then, need to include necessary configurations sets to .eslintrc. Wee need to choose base configuration, and any necessary additional configs.

{
  "extends": ["@tinkoff/eslint-config/app", "@tinkoff/eslint-config-react"]
}

Internal used plugins

  • eslint-plugin-react - common react lint rules
  • eslint-plugin-react-hooks - lint rules for react hooks

Keywords

eslint

FAQs

Package last updated on 09 Jan 2025

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