mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
4 lines
No EOL
102 B
Bash
4 lines
No EOL
102 B
Bash
#!/bin/sh
|
|
npm install -g jshint
|
|
jshint server.js --config .jshintrc
|
|
echo 'only warnings. no errors' |