Code Conventions

Guide for code conventions and formatting

5t111111 8840dc2 468 B Updated

File contents

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

5t111111/tailwind-theme-figma-variables/tree/main/.github/skills/code-conventions commit 8840dc25ea

Frequently asked questions

npx skillmds@latest add 5t111111/code-conventions