mirror of
https://ghproxy.net/https://github.com/abhijitb/helix.git
synced 2025-08-28 03:07:33 +08:00
updated react app and API backend
1. Added API backend for settings 2. Added React components for the settings page 3. Added JS lint using @wordpress/scripts 4. Lint fixes for PHP
This commit is contained in:
parent
38067e490a
commit
e80316be89
36 changed files with 45313 additions and 1736 deletions
|
@ -1,21 +1,21 @@
|
|||
{
|
||||
"name": "helix/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
|
||||
}
|
||||
}
|
||||
"name": "helix/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