Skip to content
Snippets Groups Projects
Commit 2d3936f272f6 authored by Arnaud Vergnet's avatar Arnaud Vergnet :sun_with_face:
Browse files

fix: actually add the eslint template

parent 3a1b50e268b0
No related branches found
No related tags found
1 merge request!31fix: actually add the eslint template
Pipeline #124551 passed
eslint:
stage: lint
image: node:14-alpine
before_script:
- '[ -e yarn.lock ] && yarn || npm i'
script:
- '[ -e yarn.lock ] && yarn lint || npm run lint'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment