From de2a49bf1bf0e4c2f09ddcd0f2a86dff7062d8ea Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 21 Mar 2020 14:42:20 +0300 Subject: chore: update eslint to use typescript rules --- .eslintrc.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index 8c9d6d9..ac05a7f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,5 +1,10 @@ { - "extends": "react-app", + "parser": "@typescript-eslint/parser", + "extends": [ + "react-app", + "plugin:@typescript-eslint/recommended" + ], + "ignorePatterns": "dist/", "rules": { "jsx-quotes": ["error", "prefer-double"], "quotes": ["error", "single"] -- cgit v1.2.3