mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 01:47:35 +00:00
3 lines
No EOL
117 B
Bash
3 lines
No EOL
117 B
Bash
#!/bin/sh
|
|
npm i jshint
|
|
./node_modules/jshint/bin/hint --config ./.jshintrc ./server.js ./client.js ./lib/cloudfunc.js |