home/categories/code-quality/exceptionless-exceptionless-agents-skills-typescript-conventions-skill-md
code-qualitytesting-security

typescript-conventions

Use this skill when writing or reviewing TypeScript code in the frontend to follow project conventions. Covers naming standards (kebab-case files), import patterns, error handling, type safety (no any), and ESLint/Prettier configuration. Apply when authoring new TypeScript files, reviewing code style, or resolving linting issues.

exceptionless
maintainer
exceptionless
업데이트됨 3/11/2026
스타
2454
포크
508
quick start

Installation and usage

Use this skill when writing or reviewing TypeScript code in the frontend to follow project conventions. Covers naming standards (kebab-case files), import patterns, error handling, type safety (no any), and ESLint/Prettier configuration. Apply when authoring new TypeScript files, reviewing code style, or resolving linting issues.

설치
$ install --globalskills.sh
사용법

설치 후 터미널에서 다음 명령을 실행하여 이 스킬을 사용할 수 있습니다:

skills use typescript-conventions