mirror of
https://gh.wpcy.net/https://github.com/elementor/hello-theme.git
synced 2026-04-30 15:09:17 +08:00
11 lines
281 B
JSON
11 lines
281 B
JSON
{
|
|
"name": "elementor/hello-theme",
|
|
"require": {
|
|
"squizlabs/php_codesniffer": "^3.6",
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
|
|
"wp-coding-standards/wpcs": "^2.3"
|
|
},
|
|
"scripts": {
|
|
"lint": "phpcs --extensions=php -p"
|
|
}
|
|
}
|