eslint-config-putio Shared eslint config for put.io's JavaScript projects. 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" }