Lint as script

This commit is contained in:
Greg Shuflin 2021-09-12 01:51:40 -07:00
parent 75403ca383
commit a9703a9529
1 changed files with 2 additions and 1 deletions

View File

@ -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",