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

code-style-setup

配置Prettier进行代码格式化和TypeScript进行类型检查。包括VSCode设置和EditorConfig以保持一致的代码风格。跳过ESLint/Biome以避免配置复杂性。

person作者: jakexiaohubgithub

Editor and Linting Setup

To set up Editor and Linting Setup, refer to the fullstackrecipes MCP server resource:

Resource URI: recipe://fullstackrecipes.com/code-style-setup

If the MCP server is not configured, fetch the recipe directly:

curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/code-style-setup