Skip to content

Commit d946b20

Browse files
Update phpcs.xml to scan JS files
Co-Authored-By: Thrijith Thankachan <[email protected]>
1 parent 18f09c2 commit d946b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpcs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<arg name="parallel" value="8"/>
1515

1616
<!-- Only check the PHP files. JS files are checked separately with JSCS and JSHint. -->
17-
<arg name="extensions" value="php"/>
17+
<arg name="extensions" value="php,js"/>
1818

1919
<!-- Check all files in this directory and the directories below it. -->
2020
<file>.</file>

0 commit comments

Comments
 (0)