mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-16 13:53:56 +00:00
new jshint params
This commit is contained in:
parent
d01cb52bf4
commit
23e49f54f2
1 changed files with 3 additions and 11 deletions
14
.jshintrc
14
.jshintrc
|
@ -9,7 +9,8 @@
|
|||
"require" : false,
|
||||
"define" : false,
|
||||
//set audio stuff
|
||||
"AudioContext" : true,
|
||||
"AudioContext" : false,
|
||||
"OfflineAudioContext" : false,
|
||||
"AudioBufferSourceNode" : false,
|
||||
"OscillatorNode" : false,
|
||||
"DelayNode" : false,
|
||||
|
@ -17,17 +18,8 @@
|
|||
"AudioNode" : false,
|
||||
"AudioParam" : false,
|
||||
"WaveShaperNode" : false,
|
||||
"DynamicsCompressorNode" : false,
|
||||
//mocha stuff
|
||||
"mocha" : false,
|
||||
"describe" : false,
|
||||
"it" : false,
|
||||
"before" : false,
|
||||
"beforeEach" : false,
|
||||
"after" : false,
|
||||
"afterEach" : false
|
||||
"DynamicsCompressorNode" : false
|
||||
},
|
||||
"node": true,
|
||||
"jquery" : true,
|
||||
"globalstrict": false,
|
||||
"quotmark": true,
|
||||
|
|
Loading…
Reference in a new issue