@sibipro/eslint-config-react

Configure eslint for sibi projects using React

Usage no npm install needed!

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

README

@sibipro/eslint-config-react

Monorepo for eslint configuration for sibi projects.

GitHub license Project Status npm

Usage

Simply install the peer dependencies and then add this package to your eslint config's extends array, along with the base config.

yarn add -D @sibipro/eslint-config-react

npx install-peerdeps --dev @sibipro/eslint-config-react
{
  "extends": ["@sibipro/eslint-config", "@sibipro/eslint-config-react"]
}

License

MIT © SIBI, LLC