mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
4 lines
No EOL
123 B
Bash
4 lines
No EOL
123 B
Bash
#!/bin/sh
|
|
npm install jshint
|
|
./node_modules/jshint/bin/hint server.js --config .jshintrc
|
|
echo 'only warnings. no errors' |