Permalink
Please sign in to comment.
Showing
with
152 additions
and 30 deletions.
- +1 −1 .editorconfig
- +2 −3 .travis.yml
- +11 −0 composer.json
- +132 −0 composer.lock
- +4 −25 docs/coding-guidelines.md
- +2 −1 vendor/.gitignore
| @@ -0,0 +1,11 @@ | ||
| +{ | ||
| + "require-dev": { | ||
| + "squizlabs/php_codesniffer": "2.9.x", | ||
| + "wp-coding-standards/wpcs": "^0.11.0" | ||
| + }, | ||
| + "scripts": { | ||
| + "post-install-cmd": [ | ||
| + "phpcs --config-set installed_paths ../../wp-coding-standards/wpcs/" | ||
| + ] | ||
| + } | ||
| +} |
| @@ -1 +1,2 @@ | ||
| -*.js | ||
| +* | ||
| +!.gitignore |
0 comments on commit
7c9cfe4