From af1204b266a73dce0034ed058013d2ccecfebf36 Mon Sep 17 00:00:00 2001 From: Lukas Gravley Date: Wed, 1 Apr 2020 13:59:05 -0500 Subject: [PATCH] adding source --- TEMPLATES/.eslintrc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/TEMPLATES/.eslintrc.yml b/TEMPLATES/.eslintrc.yml index 2bc8d6ee..d8d60ec1 100644 --- a/TEMPLATES/.eslintrc.yml +++ b/TEMPLATES/.eslintrc.yml @@ -27,6 +27,7 @@ globals: parser: '@typescript-eslint/parser' parserOptions: ecmaVersion: 2018 + sourceType: module ########### # Plugins #