73:a9c9da814fe3
Anton Shestakov <av6@dwimlabs.net>, Tue, 28 Jun 2016 18:52:52 +0800
viewer: setup and clone tasks without errors/warnings are collapsed by default In addition to errors and warnings, which leave task expanded, target line also does the same, so sharing a link to a specific line doesn't surprise people by hiding the line somewhere.

next change 257:0d156765e13f
previous change 60:0d69b4a360dc

linters/jshint.yml

Permissions: -rw-r--r--

Other formats: Feeds:
setup:
- ['npm', '--prefix', '../', 'install', 'jshint']
- ['sed', '-i', '-e', 's@^#!/usr/bin/env node$@#!/usr/bin/env nodejs@', '../node_modules/jshint/bin/jshint']
exec: ['../node_modules/jshint/bin/jshint']
codes: [2]
flags: ['--reporter', 'unix', '--verbose']
version: ['--version']