Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 338 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 338 Bytes

eslint-config-freee-flowtype

Shared configuration for JavaScript with flowtype in freee.

Installation

# npm
npm install eslint-config-freee-flowtype -D -E

# yarn
yarn add eslint-config-freee-flowtype -D -E

Then add it to your .eslintrc.js

module.exprots = {
  extends: ['eslint-config-freee-flowtype']
};