pnpm add eslint@">8.0" @putdotio/eslint-config -D
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"
}
pnpm add eslint@">8.0" @putdotio/eslint-config -D
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"
}