Socket
Book a DemoInstallSign in
Socket

@exodus/eslint-config-javascript-react-babel

Package Overview
Dependencies
Maintainers
101
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exodus/eslint-config-javascript-react-babel

Eslint config for javascript projects with react and babel

latest
Source
npmnpm
Version
2.1.0
Version published
Maintainers
101
Created
Source

@exodus/eslint-config-javascript-react-babel

Config for JS projects using React and Babel.

Use

  yarn add --dev @exodus/eslint-config-javascript-react-babel

to install the required dependencies and the snippet below to initialize your eslint.config.js

// eslint.config.js
import javascriptReactBabel from '@exodus/eslint-config-javascript-react-babel'

const config = [
  javascriptReactBabel,
  {
    // project-specific customization...
  },
]

export default config.flat()

FAQs

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