@call-a3/eslint-config

The eslint config preferred by Adriaan Callaerts

Usage no npm install needed!

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

README

@call-a3/eslint-config

Greenkeeper badge

This is my shared eslint config. It basically combines the prettier and standard plugins to have best-of-both rules and functionality. I like the validation rules that standard provides (and the avoidance of bike-shedding over them), but I prefer the formatting that prettier offers, so that's why I combine the two.

Use it like this:

{
    "extends": "@call-a3"
}

Or just use my CLI wrapper for this config: @call-a3/standard