Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@enormora/eslint-config-react-jsx

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enormora/eslint-config-react-jsx

Enormora’s ESLint react with JSX configuration

  • 0.0.15
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

@enormora/eslint-config-react-jsx

Config preset for react and JSX, enabling specific rules and compiler settings.

Install & Setup

Install the @enormora/eslint-config-react-jsx and the base preset package via npm:

npm install --save-dev @enormora/eslint-config-base @enormora/eslint-config-react-jsx

Create an ESLint configuration file (e.g., eslint.config.js) in your project and add the base and react config to the configuration array:

import { baseConfig } from '@enormora/eslint-config-base';
import { reactJsxConfig } from '@enormora/eslint-config-react-jsx';

export default [
    {
        ignores: ['dist/**/*']
    },
    baseConfig,
    {
        ...reactJsxConfig,
        files: ['src/components/**/*.jsx']
    }
];

FAQs

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