@hey3/eslint-config

My eslint config

Usage no npm install needed!

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

README

eslint-config

hey3 eslint config

Usage

// install peerDependencies
$ yarn add --dev eslint prettier typescript react
$ yarn add --dev @hey3/eslint-config
module.exports = {
    extends: ["@hey3/eslint-config"]
}