ESLint shareable config by Camo.
Install with install-peerdeps
:
npx install-peerdeps --dev eslint-config-camo
Install with npm:
npm install --save-dev eslint-config-camo
Next, install the correct versions of each package, which are listed by the command:
npm info "eslint-config-camo@latest" peerDependencies
Extend ESLint config with camo
.
{
"extends": "camo"
}
eslint-config-camo is released under the MIT license. See LICENSE for details.