Initial commit

This commit is contained in:
Senad Uka
2020-07-05 16:49:14 +02:00
commit a9222a93fc
11 changed files with 470 additions and 0 deletions

10
phpcs.ruleset.xml Normal file
View File

@@ -0,0 +1,10 @@
<?xml version="1.0"?>
<ruleset name="WordPress Coding Standards for Plugins">
<description>Generally-applicable sniffs for WordPress plugins</description>
<rule ref="WordPress-Core" />
<rule ref="WordPress-Docs" />
<exclude-pattern>*/node_modules/*</exclude-pattern>
<exclude-pattern>*/vendor/*</exclude-pattern>
</ruleset>