Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

coalpha/eslint-config

Repository files navigation

@coalpha/eslint-config

A lightweight configuration for eslint vaguely inspired by eslint-config-airbnb!

Thank you, creators of eslint <3

Instructions

  1. npm install --save-dev @coalpha/eslint-config
  2. 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.

https://github.com/eslint/eslint/blob/a47770706ac59633dcd73e886d1a7282b324ee06/lib/shared/naming.js#L15-L51