Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 332 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 332 Bytes

eslint-config-freee-typescript

Shared configuration for TypeScript in freee.

Installation

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

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

Then add it to your .eslintrc.js

module.exports = {
  extends: ['eslint-config-freee-typescript']
};