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