🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More

@scaleway/eslint-config-react

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scaleway/eslint-config-react

Scaleway React eslint shared config

5.2.9
latest
Version published
Weekly downloads
6.6K
-38.1%
Maintainers
9
Weekly downloads
 
Created

@scaleway/eslint-config-react

A shared eslint react opiniated configuration

Available in Javascript and Typescript

Install

$ pnpm add --dev @scaleway/eslint-config-react

Usage

Add to your .eslintrc

{
  "extends": ["@scaleway/react]"
}

Or for Typescript

{
  "extends": ["@scaleway/react/typescript"],
  "parserOptions": {
    "project": "./path/to/tsconfig.json"
  }
}

We also have a standalong emotion configuration

{
  "extends": ["@scaleway/react", "@scaleway/react/emotion"]
}

FAQs

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