mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 10:16:32 +02:00
👷♂️ Add lint scripts to packages
This commit is contained in:
parent
0f1f260bfa
commit
247942a2d9
2 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"lint:tsc": "tsc --noEmit"
|
||||
},
|
||||
"main": "src/index.ts",
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "email dev --port 3333 --dir ./src/templates",
|
||||
"lint": "eslint ./src"
|
||||
"lint": "eslint ./src",
|
||||
"lint:tsc": "tsc --noEmit"
|
||||
},
|
||||
"main": "./src/index.tsx",
|
||||
"types": "./src/index.tsx",
|
||||
|
|
Loading…
Add table
Reference in a new issue