From f4834ab5e9dd7f5cd494fdc1f216c9e78976f67e Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Thu, 7 Nov 2019 08:16:59 -0600 Subject: [PATCH] adding more stuff: --- Dockerfile | 3 ++- TEMPLATES/.eslintrc.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e4062005..a3d752cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,8 @@ RUN npm -g install \ markdownlint-cli \ jsonlint prettyjson \ coffeelint \ - eslint standard + typescript eslint standard \ + @typescript-eslint/parser #################### # Run GEM installs # diff --git a/TEMPLATES/.eslintrc.yml b/TEMPLATES/.eslintrc.yml index c093e5e1..90d06ebc 100644 --- a/TEMPLATES/.eslintrc.yml +++ b/TEMPLATES/.eslintrc.yml @@ -1,4 +1,5 @@ --- + ############################# ############################# ## JavaScript Linter rules ##