README
Alley Corp Nord eslint config
yarn add -D @alleycorpnord/eslint-config
Then create a file named .eslintrc with the following contents:
{
"extends": ["@alleycorpnord/eslint-config"]
}
``` yarn add -D @alleycorpnord/eslint-config ```
<script type="module">
import alleycorpnordEslintConfig from 'https://cdn.skypack.dev/@alleycorpnord/eslint-config';
</script>
yarn add -D @alleycorpnord/eslint-config
Then create a file named .eslintrc with the following contents:
{
"extends": ["@alleycorpnord/eslint-config"]
}