eslint-config-keepfy

Default coding style for keepfy react+ts projects

Usage no npm install needed!

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

README

Keepfy ESLint config

To use it, just install with:

yarn add --dev eslint-config-keepfy

Then extend the rules in your .eslintrc.json file:

{
    "extends": "keepfy"
}