# code-conventions > Guide for code conventions and formatting - Author: Hirofumi Wakasugi - Repository: 5t111111/tailwind-theme-figma-variables - Version: 20260101164153 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/5t111111/tailwind-theme-figma-variables - Web: https://mule.run/skillshub/@@5t111111/tailwind-theme-figma-variables~code-conventions:20260101164153 --- --- name: code-conventions description: Guide for code conventions and formatting --- # 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