README
@octopusthink/eslint-config
Shareable ESLint configs; includes prettier
integration.
Usage
npm install --save-dev @octopusthink/eslint-config
Then add the ESLint config to your own .eslintrc
:
{
"extends": [
"@octopusthink/eslint-config"
]
}
You'll need to install the peer-dependencies for this project as well.