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