Tryna figure out why this linter stopped working

This commit is contained in:
Noah Santschi-Cooney 2018-06-02 22:41:10 +01:00
parent c1c68d15ff
commit 4436ef11eb
No known key found for this signature in database
GPG key ID: 3B22282472C8AE48

View file

@ -3,6 +3,8 @@ pipeline:
image: node:${NODE_VERSION}
commands:
- npm i
- ls
- pwd
- npm run lint
matrix: