Skip to content

Commit

Permalink
🍴 tools++
Browse files Browse the repository at this point in the history
- move jshint config for test to a file .jshintrc-for-test
- fix grunt-tasks
- add tools/supercollider
- add timecop on WebIDE
- update jQuery.js
  • Loading branch information
mohayonao committed Jun 17, 2014
1 parent 60be1c4 commit e66fbf1
Show file tree
Hide file tree
Showing 25 changed files with 9,810 additions and 460 deletions.
18 changes: 18 additions & 0 deletions .jshintrc-for-test
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"expr" : true,
"loopfunc": true,
"globals": {
"sc" : true,
"context" : true,
"describe" : true,
"it" : true,
"chai" : true,
"sinon" : true,
"expect" : true,
"before" : true,
"beforeEach": true,
"afterEach" : true,
"after" : true,
"esprima" : true
}
}
Loading

0 comments on commit e66fbf1

Please sign in to comment.