lintkit/php-coding-standards-config

There is no license information available for the latest version (1.1.1) of this package.

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 base configuration for PHP

Usage

Install the dependency:

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

Add the scripts:

"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"
},

Add to .gitignore

.cache