12 lines
250 B
YAML
12 lines
250 B
YAML
.npm-lint:
|
|
image: $NODE_IMAGE
|
|
stage: verify
|
|
before_script:
|
|
script:
|
|
- npm install -g eslint
|
|
- npm run lint
|
|
# artifacts: todo add lint results in artifact if posible
|
|
# expire_in: 2 weeks
|
|
# when: always
|
|
# paths:
|
|
# - dist/* |