Shared configs for TypeScript projects: ESLint, Prettier, TypeScript, Vite, Jest, Playwright, Knip. Published as @vigdorov/* npm packages to Gitea registry. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
14 lines
322 B
JSON
14 lines
322 B
JSON
{
|
|
"name": "dev-configs",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"build": "npm run build -ws --if-present",
|
|
"test": "npm run test -ws --if-present",
|
|
"lint": "npm run lint -ws --if-present",
|
|
"check": "npm run check -ws --if-present"
|
|
}
|
|
}
|