@bespoke-inc/eslint-config-react

react lint config for bespoke

Usage no npm install needed!

<script type="module">
  import bespokeIncEslintConfigReact from 'https://cdn.skypack.dev/@bespoke-inc/eslint-config-react';
</script>

README

eslint-config-react

eslint config for bespoke react projects

Prerequisites

install eslint, eslint-plugin-import, eslint-plugin-react, eslint-plugin-jsx-a11y

yarn add --dev eslint eslint-plugin-import eslint-plugin-react eslint-plugin-jsx-a11y

How To

install package

yarn add --dev @bespoke-inc/eslint-config-react

extend the eslint config in your package.json or wherever your eslint config lives

{
  ...
  "eslintConfig": {
    "extends": ["@bespoke-inc/eslint-config-react"]
  },
  ...
}