README
@coalpha/eslint-config
A lightweight configuration for eslint vaguely inspired by eslint-config-airbnb!
Thank you, creators of eslint <3
Instructions
npm install --save-dev @coalpha/eslint-config
- In your eslint config file,
change the
extends
field to@coalpha
.
Also, it's kinda cool how I can lint the eslint config with the eslint config. It's all thanks to eslint's flexible config file format.