From 34a1f8f090a6b4bbbbce3efec94d0c42bdb9fbfb Mon Sep 17 00:00:00 2001 From: Ryo Ochiai Date: Tue, 6 Oct 2020 13:57:02 +0900 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8b5587..a086da3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ yarn add eslint-config-freee-typescript -D -E Then add it to your `.eslintrc.js` ```js -module.exprots = { +module.exports = { extends: ['eslint-config-freee-typescript'] }; ```