mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 00:50:59 +00:00
4 lines
No EOL
145 B
Bash
4 lines
No EOL
145 B
Bash
#!/bin/sh
|
|
npm i -g jshint
|
|
echo "jshint server.js client.js lib/cloudfunc.js"
|
|
hint --config ./.jshintrc ./server.js ./client.js ./lib/cloudfunc.js |