From 2d3c5430964b082bbb74c8c45d67db345bc4c1d3 Mon Sep 17 00:00:00 2001 From: Lukas Gravley Date: Fri, 8 Nov 2019 09:14:38 -0600 Subject: [PATCH] adding JS --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 557ee15a..cc354e18 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Developers on **GitHub** can call this Action to lint their code base with the f - **Perl** (Perl) - **XML** (LibXML) - **Coffeescript** (coffeelint) +- **Javascript** (eslint)(standard) ## How to use @@ -116,7 +117,10 @@ The super-linter allows you to pass the following `ENV` variables to be able to - **VALIDATE_ANSIBLE** - Default: `true` - Flag to enable or disable the linting process of the language - +- **VALIDATE_JAVASCRIPT** + - Default: `true` + - Flag to enable or disable the linting process of the language + ## Docker Hub The **Docker** container that is built from this repository is located at `https://cloud.docker.com/u/admiralawkbar/repository/docker/admiralawkbar/super-linter`