@bounce-insights/eslint-config

Eslint config for Bounce Insights.

Usage no npm install needed!

<script type="module">
  import bounceInsightsEslintConfig from 'https://cdn.skypack.dev/@bounce-insights/eslint-config';
</script>

README

eslint-config

Bounce Insights shareable ESLint configuration file

Usage

To use this in your project run the following command

npm install @bounce-insights/eslint-config eslint eslint-plugin-react --save-dev

Add a .eslintrc.js file to the root of your project with the following content

module.exports = {
    "extends": "@bounce-insights",
}