Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

@tinkoff/eslint-config-react

Package Overview
Dependencies
Maintainers
17
Versions
65
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.2.1
Version published
Weekly downloads
572
135.39%
Maintainers
17
Weekly downloads
 
Created
Source

@tinkoff/eslint-config-react

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

Requirements

ESLint >= 9 is required.

Usage

Install from npm

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

Create eslint.config.js at the project root:

import tinkoffConfig from '@tinkoff/eslint-config/app';
import reactConfig from '@tinkoff/eslint-config-react';

export default [...tinkoffConfig, ...reactConfig];

Internal used plugins

  • eslint-plugin-react — common React lint rules
  • eslint-plugin-react-hooks — lint rules for React hooks
  • eslint-plugin-jsx-a11y — accessibility lint rules for JSX

Keywords

eslint

FAQs

Package last updated on 23 Apr 2026

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