From 365c9cfa9345effca1ea2ea56054319c57d80d2d Mon Sep 17 00:00:00 2001 From: Eug-VS Date: Thu, 6 Feb 2020 17:19:25 +0300 Subject: feat: configure ESlint for Typescript --- .eslintrc.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index 8c9d6d9..9111786 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,5 +1,9 @@ { - "extends": "react-app", + "parser": "@typescript-eslint/parser", + "extends": [ + "react-app", + "plugin:@typescript-eslint/recommended" + ], "rules": { "jsx-quotes": ["error", "prefer-double"], "quotes": ["error", "single"] -- cgit v1.2.3