eslint-config-muvehealth

ESLint configuration based off of Airbnb's config paired with the flowtype plugin

Usage no npm install needed!

<script type="module">
  import eslintConfigMuvehealth from 'https://cdn.skypack.dev/eslint-config-muvehealth';
</script>

README

Muve Health's ESLint Config

Based off of the Airbnb config paired with the flowtype plugin.

Install with peerDependencies:

yarn add eslint eslint-config-muvehealth -DE

In your package.json file extend this configuration.

"eslintConfig": {
  "extends": "muvehealth"
}

:syringe: