mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
client.js added to travis-lint-testing
This commit is contained in:
parent
3d4796f481
commit
4ff4a54d22
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"bitwise" : true,
|
||||
/* "browser" : true, */
|
||||
"browser" : true,
|
||||
"devel" : true,
|
||||
"eqeqeq" : true,
|
||||
"es5" : true,
|
||||
|
|
|
|||
2
test.sh
2
test.sh
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
npm i jshint
|
||||
./node_modules/jshint/bin/hint ./server.js ./lib/cloudfunc.js --config ./.jshintrc
|
||||
./node_modules/jshint/bin/hint --config ./.jshintrc ./server.js ./client.js ./lib/cloudfunc.js
|
||||
Loading…
Add table
Add a link
Reference in a new issue