Shared configuration for JavaScript with flowtype in freee.
# 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']
};