Commit Graph

5 Commits

Author SHA1 Message Date
ac30ac1e2b fix: move capitalized-comments from @stylistic to core rules
All checks were successful
continuous-integration/drone/push Build is passing
capitalized-comments is not a @stylistic rule, it's a core ESLint rule.
Bump @vigdorov/eslint-config to 1.0.1.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-17 00:02:49 +03:00
d346c22c72 feat: add node.json config for NestJS, update react.json with Vite flags
All checks were successful
continuous-integration/drone/push Build is passing
- node.json: commonjs, decorators, node moduleResolution
- react.json: noEmit, allowImportingTsExtensions, moduleDetection
- Bump @vigdorov/typescript-config to 1.1.0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-16 23:57:43 +03:00
e2a2a15087 fix: install bash in publish step (node:alpine lacks bash)
All checks were successful
continuous-integration/drone/push Build is passing
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-16 23:49:59 +03:00
71eecbb7c7 fix: add custom event to trigger for manual CI runs
Some checks failed
continuous-integration/drone/push Build is failing
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-16 23:47:50 +03:00
cf64bf6d7d feat: initial dev-configs monorepo
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>
2026-03-16 23:40:22 +03:00