feat: add custom eslint rule for cross-package imports (#77)

This commit is contained in:
Brandon Keiji
2025-04-21 08:02:11 -07:00
committed by GitHub
parent 39bdedab9c
commit e351baf10f
3 changed files with 192 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
"test": "npm run test --workspaces",
"start": "scripts/start.sh",
"debug": "scripts/debug.sh",
"fix": "eslint . --fix",
"lint:fix": "eslint . --fix",
"lint": "eslint . --ext .ts,.tsx",
"typecheck": "tsc --noEmit --jsx react",
"format": "prettier --write .",