mirror of
https://ghproxy.net/https://github.com/abhijitb/helix.git
synced 2025-08-28 03:07:33 +08:00
added wordpress coding standards support
This commit is contained in:
parent
bf066a815f
commit
d106c178ac
3 changed files with 493 additions and 0 deletions
21
composer.json
Normal file
21
composer.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "Helix",
|
||||
"description": "Helix – Modern WP Admin",
|
||||
"type": "project",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"require": {},
|
||||
"require-dev": {
|
||||
"squizlabs/php_codesniffer": "^3.10",
|
||||
"wp-coding-standards/wpcs": "^3.0",
|
||||
"dealerdirect/phpcodesniffer-composer-installer": "^1.0"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "vendor/bin/phpcs -q --report=full",
|
||||
"fix": "vendor/bin/phpcbf"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"dealerdirect/phpcodesniffer-composer-installer": true
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue