Skip to content
Snippets Groups Projects

chore: add lint script

Merged Frank Bessou requested to merge topic/default/eslint into branch/default
3 files
+ 24
0
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 8
0
stages:
- qa
eslint:
before_script:
- yarn
script:
- yarn lint
Loading