diff --git a/.gitignore b/.gitignore index e61812f..a79ebc0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ notes/ +phpcs-results.txt diff --git a/phpcs.xml b/phpcs.xml new file mode 100644 index 0000000..93d0961 --- /dev/null +++ b/phpcs.xml @@ -0,0 +1,29 @@ + + + Coding Style Checks + + + + + + + + vendor/ + node_modules/ + + + + + + + + + + + + + + + 0 + +