mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
4 lines
No EOL
98 B
Bash
4 lines
No EOL
98 B
Bash
#!/bin/bash
|
|
npm i -g jshint
|
|
jshint server.js --config .jshintrc
|
|
echo 'only warnings. no errors' |