From 0f8cce8c23607a7f27f20ec5c2fa0ea30a1a920e Mon Sep 17 00:00:00 2001 From: hanbin9775 Date: Sun, 11 Jul 2021 15:05:08 +0900 Subject: [PATCH] [#1] add: typescript-eslint/eslint-plugin --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index f1f6117..c7dee95 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,8 @@ "@types/react-dom": "^17.0.0", "@types/react-router-dom": "^5.1.8", "@types/styled-components": "^5.1.11", + "@typescript-eslint/eslint-plugin": "^4.28.2", + "@typescript-eslint/parser": "^4.28.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^5.2.0",