1.1.0 • Published 3 years ago

eslint-config-phaeton-base v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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.