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

@scaleway/eslint-config-react

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
s

@scaleway/eslint-config-react

Scaleway React eslint shared config

5.2.9
latest
86

Supply Chain Security

100

Vulnerability

81

Quality

94

Maintenance

100

License

Version published
Weekly downloads
9.1K
43.59%
Maintainers
9
Weekly downloads
 
Created
Issues
16

@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