add test using eslint
This commit is contained in:
parent
c8b75a7f3f
commit
14f2cf536f
@ -5,7 +5,7 @@
|
|||||||
"description": "A Web-MP3-Player with Playlist Support",
|
"description": "A Web-MP3-Player with Playlist Support",
|
||||||
"main": "src/player.js",
|
"main": "src/player.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "npx eslint src/player.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -14,6 +14,7 @@
|
|||||||
"author": "tilt <tilt@linuxfoo.de>",
|
"author": "tilt <tilt@linuxfoo.de>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"eslint": "^9.14.0",
|
||||||
"minify": "^11.4.1"
|
"minify": "^11.4.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user