@abouthugo/eslint-config-cra

The eslint config I use for all create-react-app projects

Usage no npm install needed!

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

README

Fast & sweet eslint config

This is the eslint config I use for my projects.

Installation - Make sure you have a project started (npm init)

 npx install-peerdeps --dev @abouthugo/eslint-config-cra

Then, you will need to add the config to your .eslintrc file:

.eslintrc.json

{
  "extends": "@abouthugo/eslint-config-cra"
}