1.0.4 • Published 5 years ago

@sharingapples/eslint-config v1.0.4

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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