mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
new file with jshint config for client.js
This commit is contained in:
parent
40d0b1e34a
commit
40ad44b778
1 changed files with 2 additions and 1 deletions
3
test.sh
3
test.sh
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
npm install -g jshint
|
||||
jshint *.js --config .jshintrc
|
||||
jshint client.js --config .jshintrc_client
|
||||
jshint server.js lib/*.js --config .jshintrc
|
||||
echo 'only warnings. no errors'
|
||||
Loading…
Add table
Add a link
Reference in a new issue