🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@scaleway/eslint-config-react

Package Overview
Dependencies
Maintainers
9
Versions
214
Alerts
File Explorer

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.10
latest
Source
npm
Version published
Maintainers
9
Created
Source

@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"]
}

Keywords

eslint

FAQs

Package last updated on 23 Jun 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