Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 285 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 285 Bytes

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"
}