Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (28 loc) · 751 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 751 Bytes

eslint-config-putio

Shared eslint config for put.io's JavaScript projects.

npm (scoped) GitHub

Installation

pnpm add eslint@">8.0" @putdotio/eslint-config  -D

Usage

For the base config, add the following to your .eslintrc file:

{
  "extends": "@putdotio"
}

For react projects, add the following to your .eslintrc file:

{
  "extends": "@putdotio/react"
}