Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 425 Bytes

File metadata and controls

33 lines (24 loc) · 425 Bytes

@scaleway/eslint-config-react

A shared eslint react opiniated configuration

Available in Javascript and Typescript


Install

$ yarn 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"
  }
}