lintkit/php-coding-standards-config

此包最新版本(1.1.1)没有提供许可证信息。

1.1.1 2024-09-05 11:25 UTC

This package is auto-updated.

Last update: 2024-09-05 11:26:21 UTC


README

Liquid Light 基础配置文件 for PHP

用法

安装依赖

composer require --dev lintkit/php-coding-standards-config

添加脚本

"scripts": {
    "lint:php:cs-fixer:fix": "php-cs-fixer fix --config vendor/lintkit/php-coding-standards-config/.php-cs-fixer.php -v --diff",
    "lint:php:cs-fixer": "@lint:php:cs-fixer:fix --dry-run"
},

添加到 .gitignore

.cache