File tree Expand file tree Collapse file tree 4 files changed +26
-40
lines changed
Expand file tree Collapse file tree 4 files changed +26
-40
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ import globals from "globals" ;
2+ import js from "@eslint/js" ;
3+
4+ export default [
5+ js . configs . recommended ,
6+ {
7+ languageOptions : {
8+ ecmaVersion : 2015 ,
9+ globals : {
10+ ...globals . node
11+ }
12+ } ,
13+ rules : {
14+ "no-unused-vars" : [ "error" , { caughtErrors : "none" } ]
15+ }
16+ }
17+ ] ;
Original file line number Diff line number Diff line change 11{
22 "name" : " test-midi-files" ,
3- "version" : " 1.1.1 " ,
3+ "version" : " 1.1.2 " ,
44 "description" : " A framework for producing test MIDI files" ,
55 "main" : " index.js" ,
66 "scripts" : {
2020 ],
2121 "author" : " jazz-soft (https://jazz-soft.net)" ,
2222 "dependencies" : {
23- "jzz" : " ^1.9.3 " ,
24- "jzz-gui-player" : " ^1.7.7 " ,
25- "jzz-midi-gear" : " ^1.3.7 " ,
26- "jzz-midi-gm" : " ^1.4.0 " ,
27- "jzz-midi-smf" : " ^1.9.8 " ,
28- "jzz-synth-tiny" : " ^1.4.3 "
23+ "jzz" : " ^1.9.6 " ,
24+ "jzz-gui-player" : " ^1.7.9 " ,
25+ "jzz-midi-gear" : " ^1.3.8 " ,
26+ "jzz-midi-gm" : " ^1.4.1 " ,
27+ "jzz-midi-smf" : " ^1.9.9 " ,
28+ "jzz-synth-tiny" : " ^1.4.4 "
2929 },
3030 "devDependencies" : {
31- "eslint" : " ^9.25.1 " ,
31+ "eslint" : " ^9.36.0 " ,
3232 "grunt" : " ^1.6.1" ,
33- "mocha" : " ^11.1.0 " ,
33+ "mocha" : " ^11.7.2 " ,
3434 "node-web-audio-api" : " ^1.0.4" ,
3535 "nyc" : " ^17.1.0"
3636 },
37- "runkitExampleFilename" : " runkit.js" ,
3837 "repository" : {
3938 "type" : " git" ,
4039 "url" : " https://github.com/jazz-soft/test-midi-files.git"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments