@scaleway/eslint-config-react

3.18.2 • 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

4,250

Version

3.18.2

License

MIT

Unpacked Size

95.7 kB

Total Files

8

Last publish

Collaborators

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