mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-30 02:36:30 +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",
|
"version": "0.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"lint": "eslint .",
|
||||||
"lint:tsc": "tsc --noEmit"
|
"lint:tsc": "tsc --noEmit"
|
||||||
},
|
},
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
|
|
|
@ -4,7 +4,8 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "email dev --port 3333 --dir ./src/templates",
|
"dev": "email dev --port 3333 --dir ./src/templates",
|
||||||
"lint": "eslint ./src"
|
"lint": "eslint ./src",
|
||||||
|
"lint:tsc": "tsc --noEmit"
|
||||||
},
|
},
|
||||||
"main": "./src/index.tsx",
|
"main": "./src/index.tsx",
|
||||||
"types": "./src/index.tsx",
|
"types": "./src/index.tsx",
|
||||||
|
|
Loading…
Add table
Reference in a new issue