pnpm add -D eslint @shotanue/eslint-config
{
"extends": "@shotanue/eslint-config"
}
or
You can also omit the eslint-config and it will be automatically assumed by ESLint:
https://eslint.org/docs/developer-guide/shareable-configs#npm-scoped-modules
{
"extends": "@shotanue"
}