Skip to content
Snippets Groups Projects
Commit 5213df58 authored by Jan Tegeder's avatar Jan Tegeder
Browse files

jscs Installieren

parent 0f5b1392
Branches
1 merge request!61Gitlab ci jtgd10
Pipeline #8450 failed with stage
in 16 seconds
......@@ -4,6 +4,8 @@ test:
- nodejs
script:
- echo "Test"
- npm install jscs -g
- jscs path[ path[...]]
- jscs todo.js --preset=Style
- jscs src --fix
- jscs --auto-configure src
......
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