From 92c2dc54a9edac7f8d7fe00d274d42b799b33d99 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 13 Feb 2020 22:22:55 +0400 Subject: feat(config): Initial default rules Signed-off-by: Valentin Popov --- .eslintrc.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index d8c4cb7..d8809d9 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -10,6 +10,9 @@ }, "parserOptions": { "ecmaVersion": 2020, - "sourceType": "module" - } + "project": "./tsconfig.json", + "sourceType": "module", + "tsconfigRootDir": "." + }, + "root": true } -- cgit v1.2.3