adding JS

This commit is contained in:
Lukas Gravley 2019-11-08 09:14:38 -06:00 committed by GitHub
parent 4dd9971b1e
commit 2d3c543096
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,7 @@ Developers on **GitHub** can call this Action to lint their code base with the f
- **Perl** (Perl) - **Perl** (Perl)
- **XML** (LibXML) - **XML** (LibXML)
- **Coffeescript** (coffeelint) - **Coffeescript** (coffeelint)
- **Javascript** (eslint)(standard)
## How to use ## How to use
@ -116,7 +117,10 @@ The super-linter allows you to pass the following `ENV` variables to be able to
- **VALIDATE_ANSIBLE** - **VALIDATE_ANSIBLE**
- Default: `true` - Default: `true`
- Flag to enable or disable the linting process of the language - 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 ## 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` The **Docker** container that is built from this repository is located at `https://cloud.docker.com/u/admiralawkbar/repository/docker/admiralawkbar/super-linter`