New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@ithinku/eslint-config-react

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ithinku/eslint-config-react

ESLint config for React projects (Flat Config)

latest
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

@ithinku/eslint-config-react

Flat Config ESLint configuration for React + TypeScript projects.

Extends @ithinku/eslint-config-ts with React hooks and accessibility rules.

✨ Features

  • React 18+: Modern React patterns (Hooks).
  • Accessibility: Includes jsx-a11y rules.
  • JSX/TSX: Optimized for JSX in TypeScript.

📦 Installation

npm install -D eslint @ithinku/eslint-config-react globals

🚀 Usage

Create eslint.config.js:

import reactConfig from '@ithinku/eslint-config-react'

export default [
  ...reactConfig,
  {
    settings: {
      react: {
        version: 'detect'
      }
    }
  }
]

📄 License

MIT

Keywords

eslint

FAQs

Package last updated on 01 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