eslint-config-raven

Very strict ESLint config to make code consistent and more beautiful, that I use myself.

Usage no npm install needed!

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

README

eslint-config-raven

Very strict ESLint config to make code consistent and more beautiful, that I use myself.

Installation

npm install --dev eslint eslint-config-raven

.eslintrc:

{
    "extends": "raven"
}