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"]
}
My eslint config
<script type="module">
import hey3EslintConfig from 'https://cdn.skypack.dev/@hey3/eslint-config';
</script>
hey3 eslint config
// install peerDependencies
$ yarn add --dev eslint prettier typescript react
$ yarn add --dev @hey3/eslint-config
module.exports = {
extends: ["@hey3/eslint-config"]
}