mirror of
https://github.com/snobu/destreamer.git
synced 2026-02-01 12:52:17 +00:00
Code cleanup to cleanly lint, added lint step to GitHub Action (#138)
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
"bin": "build/src/destreamer.js",
|
||||
"scripts": {
|
||||
"build": "echo Transpiling TypeScript to JavaScript... && node node_modules/typescript/bin/tsc && echo Destreamer was built successfully.",
|
||||
"test": "mocha build/test"
|
||||
"test": "mocha build/test",
|
||||
"lint": "eslint src/*.ts"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "snobu",
|
||||
|
||||
Reference in New Issue
Block a user