From dab6a8a84abd417f02816cbe185e3938cea856c0 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 13 Feb 2020 18:21:21 +0400 Subject: feat(typescript): Initial TypeScript's config Signed-off-by: Valentin Popov --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index 3613fa3..d8c4cb7 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -3,7 +3,7 @@ "es6": true, "node": true }, - "extends": "./javascript", + "extends": "./typescript", "globals": { "Atomics": "readonly", "SharedArrayBuffer": "readonly" -- cgit v1.2.3