- pgSchema "mesh" with 4 tables isolating the peer mesh domain - Enums: visibility, transport, tier, role - audit_log is metadata-only (E2E encryption enforced at broker/client) - Cascade on mesh delete, soft-delete via archivedAt/revokedAt Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "@turbostarter/eslint-config",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./base": "./src/base.js",
|
|
"./next": "./src/next.js",
|
|
"./react": "./src/react.js"
|
|
},
|
|
"scripts": {
|
|
"clean": "git clean -xdf .cache .turbo node_modules",
|
|
"format": "prettier --check . --ignore-path ../../.gitignore",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"prettier": "@turbostarter/prettier-config",
|
|
"dependencies": {
|
|
"@eslint/compat": "^1.4.1",
|
|
"@next/eslint-plugin-next": "16.0.10",
|
|
"@tanstack/eslint-plugin-query": "5.91.2",
|
|
"eslint-plugin-i18next": "6.1.3",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-turbo": "^2.6.0",
|
|
"eslint-plugin-unused-imports": "4.3.0",
|
|
"typescript-eslint": "^8.46.2"
|
|
},
|
|
"devDependencies": {
|
|
"@turbostarter/prettier-config": "workspace:*",
|
|
"@turbostarter/tsconfig": "workspace:*",
|
|
"eslint": "catalog:",
|
|
"prettier": "catalog:",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|