diff --git a/package.json b/package.json index f34a58f..c14040d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "start": "parcel index.html", "build": "parcel build index.html --no-source-maps", "prebuild": "yarn run typecheck", - "typecheck": "tsc --noEmit" + "typecheck": "tsc --noEmit", + "lint": "eslint src/*" }, "devDependencies": { "@parcel/transformer-image": "2.0.0-rc.0",