mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
4 lines
No EOL
118 B
Bash
4 lines
No EOL
118 B
Bash
#!/bin/sh
|
|
npm i jshint
|
|
./node_modules/jshint/bin/hint ./server.js --config ./.jshintrc
|
|
echo 'only warnings. no errors' |