diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2024-12-17 20:58:08 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2024-12-17 20:58:08 +0100 |
| commit | 3b198d300fd634326dcab2557c8afb18adeba144 (patch) | |
| tree | 935fee1ef13e5698853acd559cd7ba8153c3c804 /package.json | |
| parent | 29cd5193ea84df492df0b04f665c77183c911e2b (diff) | |
Add lint
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json index 16187d2..7808b3f 100644 --- a/package.json +++ b/package.json @@ -3,10 +3,15 @@ "version": "0.1.0", "scripts": { "build": "tsc", - "format": "prettier --write src/*.ts" + "format": "prettier --write src/*.ts", + "lint": "eslint src" }, "devDependencies": { + "@eslint/js": "^9.17.0", + "eslint": "^9.17.0", "prettier": "^3.4.2", + "typescript": "^5.7.2", + "typescript-eslint": "^8.18.1", "user-agent-data-types": "^0.4.2" } } |
