@aero/eslint-config

ESLint configuration that just works and looks neat.

Usage no npm install needed!

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

README

eslint-config-aero

A fork of eslint-config-raven to use for Aero

Installation

npm install --only=dev eslint git+https://git.farfrom.earth/aero/forks/eslint-config-aero.git

.eslintrc.json:

{
    "extends": "aero"
}

Note: the original config was released under the MIT license. This has been specifically waived for this fork.