Socket
Book a DemoInstallSign in
Socket

@figuredev/eslint-config-react-web

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@figuredev/eslint-config-react-web

Eslint configuration for our React Web applications.

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
0
Created
Source

Eslint configuration (React Web)

Eslint configuration for our React Web applications.

Usage

First install the package and its peer dependencies

yarn add -D @figuredev/eslint-config-react-web

Next add it under eslintConfig key to your package.json or add it to your existing eslint config.

// package.json
{
  // ...
  "eslintConfig": {
    "extends": "@figuredev/eslint-config-react-web"
  }
}

Development

To release your changes run:

yarn release

FAQs

Package last updated on 14 Jan 2025

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