@coalpha/eslint-config

A custom eslint config for my code

Usage no npm install needed!

<script type="module">
  import coalphaEslintConfig from 'https://cdn.skypack.dev/@coalpha/eslint-config';
</script>

README

@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.