Skip to content

Console Output

+ yarn lint -o eslint.xml -f checkstyle
yarn run v1.22.19
$ lerna run lint -- -o eslint.xml -f checkstyle
lerna notice cli v5.5.4
lerna info ci enabled
lerna info Executing command in 2 packages: "yarn run lint -o eslint.xml -f checkstyle"
@eclipse-glsp/theia-integration: $ eslint --ext .ts,.tsx ./src -o eslint.xml -f checkstyle
@eclipse-glsp-examples/workflow-theia: $ eslint --ext .ts,.tsx ./src -o eslint.xml -f checkstyle
lerna success run Ran npm script 'lint' in 2 packages in 26.5s:
lerna success - @eclipse-glsp-examples/workflow-theia
lerna success - @eclipse-glsp/theia-integration
Done in 27.20s.