eslint-config-phaeton-base
v1.1.0
Published
Base eslint config for Phaeton projects.
Downloads
4
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-base
Usage
In your .eslintrc.json
file:
{
"extends": ["phaeton-base"]
}
Contributing
PRs are welcome if the reasoning for the proposed change is provided.