@sharingapples/eslint-config

Linter setup

Usage no npm install needed!

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

README

Eslint configuration for our organization based on airbnb, flowtype:recommended and react-hooks

Installation

> yarn add --dev @sharingapples/eslint-config

Usage

Create .eslintrc on your project root with the following content

{
  "extends": "@sharingapples"
}