Skip to content

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

License

Notifications You must be signed in to change notification settings

putdotio/eslint-config-putio

Repository files navigation

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