mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 00:07:08 +00:00
adding order to categories
This commit is contained in:
parent
36db2c3cdc
commit
c01c4c5311
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
"mode": "file",
|
||||
"defaultCategory" : "Global",
|
||||
"categorizeByGroup" : true,
|
||||
"categoryOrder" : ["Global", "Core"],
|
||||
"categoryOrder" : ["Core", "Source", "Instrument", "Effect", "Component", "Signal"],
|
||||
"exclude" : ["./Tone/**/*.test.ts", "./test/**/*.ts"],
|
||||
"excludeProtected" : true,
|
||||
"excludePrivate" : true,
|
||||
|
|
Loading…
Reference in a new issue