Skip to content

Issue 7140 - use latest npm-dollar module

Andrea Giammarchi requested to merge npm-dollar-issue-253 into release-2018-5

Related: https://gitlab.com/eyeo/adblockplus/abpui/adblockplusui/issues/253

Updated npm module that takes care of our linting and other process. I've adjusted it in a way that early fails instead of keep going through its steps.

Tested locally, seems fine.

example

npm run lint && echo 'OK'

Above test shows OK only if no errors happened on linting.

Edited by Andrea Giammarchi

Merge request reports