Skip to content
Snippets Groups Projects
Commit 15fb793d authored by Ruben Bimberg's avatar Ruben Bimberg :computer:
Browse files

changed tslint to eslint

parent 2e8df70f
No related merge requests found
......@@ -12,7 +12,7 @@ cache:
paths:
- node_modules/
tslint:
eslint:
stage: codestyle
tags:
- nodejs
......@@ -20,7 +20,7 @@ tslint:
dependencies: []
script:
- npm install
- node_modules/tslint/bin/tslint -p ./tsconfig.json -c ./tslint.json --project
- node_modules/eslint/bin/eslint.js -c .eslintrc.js --ext .ts ./src
unit_tests:
stage: test
......
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment