返回 Skill 列表
extension
分类: 开发与工程无需 API Key

code-conventions

代码规范和格式指南

person作者: jakexiaohubgithub

Code Conventions Skill

This skill provides a guide for code conventions and formatting, especially for projects using Deno.

Code Formatting

  • Always run mise run fmt to format the code before committing

Documentation

  • All symbols such as functions, classes, and properties must be documented using JSDoc / TSDoc comments
  • Write documentation comments in English