eslint-config-phaeton-base
v1.1.0
Published
Base eslint config for Phaeton projects.
Maintainers
Readme
eslint-config-phaeton-base
This is the base eslint config for use in Phaeton projects. It extends eslint-config-airbnb-base, with a few overrides.
Installation
npm install --save-dev eslint-config-phaeton-baseUsage
In your .eslintrc.json file:
{
"extends": ["phaeton-base"]
}Contributing
PRs are welcome if the reasoning for the proposed change is provided.
