README
Install with this:
yarn add --dev @coder/eslint-config
Then add the following to your eslint config:
{
"extends": "@coder/eslint-config"
}
ESLint config for Coder projects
<script type="module">
import coderEslintConfig from 'https://cdn.skypack.dev/@coder/eslint-config';
</script>
Install with this:
yarn add --dev @coder/eslint-config
Then add the following to your eslint config:
{
"extends": "@coder/eslint-config"
}