@scaleway/eslint-config-react

5.2.9 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @scaleway/eslint-config-react

Weekly Downloads

5,735

Version

5.2.9

License

MIT

Unpacked Size

24.8 kB

Total Files

10

Last publish

Collaborators

  • codelax
  • scaleway-bot
  • mprost
  • imanu
  • vincentaudebert
  • maliszewskid
  • phiphi
  • scaleway-serverless-team
  • quantumsheep