We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 583d733 commit 04a5a5dCopy full SHA for 04a5a5d
phpcs.xml.dist
@@ -5,6 +5,10 @@
5
<config name="testVersion" value="7.0-"/>
6
7
<exclude-pattern>*/vendor/*</exclude-pattern>
8
+ <exclude-pattern>*/node_modules/*</exclude-pattern>
9
+
10
+ <!-- Include the PHP version compatibility standard. -->
11
+ <rule ref="PHPCompatibility"/>
12
13
<rule ref="WordPress-Extra">
14
<exclude name="WordPress.Files.FileName" />
0 commit comments