Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@codygo-ai/eslint-config-react

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codygo-ai/eslint-config-react

ESLint configuration for React projects at CodyGo AI.

latest
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

@codygo-ai/eslint-config-react

ESLint configuration for React projects at CodyGo AI.

Installation

npm install --save-dev @codygo-ai/eslint-config-react eslint prettier react

Requirements

  • ESLint 9.x
  • Prettier 3.x
  • React 18.x

Usage

Create an eslint.config.js file in your project root:

import reactConfig from '@codygo-ai/eslint-config-react';

export default [
  ...reactConfig,
  // Your custom rules here
];

Features

This configuration extends @codygo-ai/eslint-config-preact and adds:

  • React-specific linting rules
  • React Refresh support for HMR
  • JSX best practices

Included Plugins

  • All plugins from @codygo-ai/eslint-config-preact
  • eslint-plugin-react
  • eslint-plugin-react-refresh

License

MIT

FAQs

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