mirror of
https://github.com/elementor/hello-theme.git
synced 2025-10-03 15:33:37 +08:00
* Update composer.json * Update eslintrc, package.json, package-lock.json * Fix New ESLint issues following ESLint update
16 lines
381 B
JSON
16 lines
381 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"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
}
|
|
},
|
|
"scripts": {
|
|
"lint": "phpcs --extensions=php -p"
|
|
}
|
|
}
|