@ -0,0 +1,9 @@
pipeline:
eslint:
image: nextcloudci/eslint:eslint-1
commands:
- ./run-eslint.sh
stylelint:
image: nextcloudci/stylelint:stylelint-1
- ./run-stylelint.sh
@ -0,0 +1 @@
js/simplewebrtc.js
@ -8,4 +8,4 @@ if [ -z "$ESLINT" ]; then
fi
echo Checking scripts with $ESLINT ...
find -name "*.js" -not -name "simplewebrtc.js" -print0 | xargs -0 $ESLINT
find -name "*.js" -print0 | xargs -0 $ESLINT