0.5.7 • Published 2 years ago
eslint-config-treemmett v0.5.7
Node configs
Installation
# with yarn
yarn add -D eslint tregan
# or if you prefer npm
npm i -D eslint tregan
Usage
Extend your eslint config, depending on the configuration of your project
{
"extends": ["tregan/eslint", "tregan/eslint/next"]
}