19 lines
361 B
Plaintext
19 lines
361 B
Plaintext
:sourcedir: ../../../../templates/
|
|
|
|
= NPM Lint template
|
|
|
|
This template starts the linter of your NPM project.
|
|
|
|
.Variables
|
|
|===
|
|
|Name |Description | Default Value
|
|
|ADDITIONAL_GLOBAL_PACKAGES
|
|
| Additional packages that should be installed in the before script
|
|
| ""
|
|
|===
|
|
|
|
.npm-lint-template
|
|
[source, yaml]
|
|
----
|
|
include::{sourcedir}npm/npm-lint.gitlab-ci.yml[]
|
|
---- |