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