Download:
child 61:0d94aa1eb6c7
parent 59:07e5bd22bf0d
60:0d69b4a360dc
Anton Shestakov <av6@dwimlabs.net>, Thu, 23 Jun 2016 17:01:41 +0800
linters: jshint config

1 файлов изменено, 8 вставок(+), 0 удалений(-) [+]
linters/jshint.yml file | annotate | diff | comparison | revisions
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/linters/jshint.yml Thu Jun 23 17:01:41 2016 +0800
@@ -0,0 +1,8 @@
+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']