Shared eslint configuration.
Available via npm:
npm install --save-dev eslint-config-pluto
To use the base configuration, extend pluto in a project's .eslintrc.json:
{
"extends": "pluto"
}It is also possible to inherit from pluto/browser and pluto/node.
- Update the rules
- Run
npm login. - Use
npm versionto bump the version. - Run
npm publishto publish the new version to npm.