Skip to content

Instantly share code, notes, and snippets.

@camaleaun
Created August 30, 2019 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save camaleaun/a2c5227ea4f5e3bbb6ebca977990d28b to your computer and use it in GitHub Desktop.
Save camaleaun/a2c5227ea4f5e3bbb6ebca977990d28b to your computer and use it in GitHub Desktop.
{
"require": {
"composer/installers": "^1.6"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
"wp-coding-standards/wpcs": "^2.0"
},
"scripts": {
"php:lint": "composer install && vendor/bin/phpcs -p"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment