diff --git a/Config/phpcs.xml b/Config/phpcs.xml index 9e4df2e..5d45f96 100644 --- a/Config/phpcs.xml +++ b/Config/phpcs.xml @@ -16,6 +16,7 @@ */tests/* */Routes/* */Hooks/* +*/node_modules/* diff --git a/Config/phpstan.neon b/Config/phpstan.neon index 8381b8f..f6020e6 100644 --- a/Config/phpstan.neon +++ b/Config/phpstan.neon @@ -32,4 +32,5 @@ parameters: - */Documentation/* - */Resources/* - */Routes/* - - */Hooks/* \ No newline at end of file + - */Hooks/* + - */node_modules/* \ No newline at end of file