diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-12-21 15:52:02 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-12-21 15:52:02 +0000 |
| commit | 9250be8a1b0b5a6478130a0fd6a832754ac863b0 (patch) | |
| tree | c86ac0e550d6ba6e1ab06f7a460455efb3e7df6b /package.json | |
| parent | 5bcc7fbcd13c69fb6d9dd9bbecd959fad3d8ca8c (diff) | |
Configure no-unused-vars plugin
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index eabc30e..34e1035 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "description": "", "main": "app/index.mjs", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "start": "node -r dotenv/config app/index.mjs" + "start": "tsc && node build/index.js", + "lint": "eslint app --ext .ts" }, "author": "Leonardo Bishop", "license": "ISC", |
