tregan
v0.5.4
Published
some eslint rules I'm tired of copying
Readme
Node configs
Installation
# with yarn
yarn add -D eslint tregan
# or if you prefer npm
npm i -D eslint treganUsage
Extend your eslint config, depending on the configuration of your project
{
"extends": ["tregan/eslint", "tregan/eslint/next"]
}