stable

Clone or download

Read-only

Merge commit 'refs/changes/67/10667/6' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #11190 Use eslint as a pre-commit hook

Modified Files

Name
A .eslintignore +33 −0 Go to diff View file
A .eslintrc +107 −0 Go to diff View file
M package-lock.json +940 −0 Go to diff View file
M package.json +3 −0 Go to diff View file
D plugins/pullrequest/www/js/angular/.eslintrc.json +0 −233 Go to diff View file
M plugins/pullrequest/www/js/angular/Gruntfile.js +2 −38 Go to diff View file
M plugins/pullrequest/www/js/angular/package-lock.json +0 −631 Go to diff View file
M plugins/pullrequest/www/js/angular/package.json +0 −3 Go to diff View file
A tools/utils/githooks/pre-commit-04-eslint +79 −0 Go to diff View file