shopsys/biome-config
Composer 安装命令:
composer require shopsys/biome-config
包简介
Shared Biome configuration for Shopsys Platform
README 文档
README
Shared Biome configuration for Shopsys Platform.
Usage
Install the package as a dev dependency:
npm install --save-dev @shopsys/biome-config
Create a biome.json file in your project that extends this configuration:
{
"extends": ["@shopsys/biome-config"]
}
Overriding Configuration
You can override any settings by adding them to your local biome.json:
{
"extends": ["@shopsys/biome-config"],
"files": {
"includes": ["src/**/*.js", "!src/vendor/**"]
}
}
Shared Configuration
This package includes the following Biome settings:
- Formatter: 4 spaces, 120 line width, LF line endings
- Linter: Recommended rules with specific adjustments for Shopsys codebase
- JavaScript: Single quotes, semicolons, trailing commas
See index.json for the complete configuration.
统计信息
- 总下载量: 12.53k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 19
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-07-31