Anton Shestakov <av6@dwimlabs.net>, Thu, 31 May 2018 12:18:06 +0800
checker: move to the current LTS (Bionic) as the base image
linters/jshint.yml
Permissions: -rw-r--r--
- ['npm', '--prefix', '../', 'install', 'jshint'] - ['sed', '-i', '-e', 's@^#!/usr/bin/env node$@&js@', '../node_modules/jshint/bin/jshint'] exec: ['../node_modules/jshint/bin/jshint'] flags: ['--reporter', 'unix', '--verbose']