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