👷‍♂️ Add lint scripts to packages

This commit is contained in:
Luke Vella 2023-04-04 12:03:36 +01:00
parent 0f1f260bfa
commit 247942a2d9
2 changed files with 3 additions and 1 deletions

View file

@ -3,6 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"lint": "eslint .",
"lint:tsc": "tsc --noEmit"
},
"main": "src/index.ts",