lintkit /editorconfig-config

此包的最新版本(1.0.0)没有可用的许可证信息。

1.0.0 2024-09-13 20:17 UTC

This package is auto-updated.

Last update: 2024-09-13 20:17:53 UTC


README

editor config 的有观点配置

用法

安装依赖项

composer require --dev lintkit/editorconfig-config

添加脚本

"scripts": {
    "editorconfig:dry-run": "ec --finder-config vendor/lintkit/editorconfig-config/ec-cli-config.php",
    "editorconfig:fix": "@editorconfig:dry-run --fix",
},