@octopusthink/eslint-config
v0.6.0
Published
A shareable ESLint config for Octopus Think projects (and other clever octopuses!)
Downloads
29
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.