Example

<jsllint file="path/to/source.php"/>

Checking syntax of one particular source file.

<jsllint>
  <fileset dir="src">
    <include name="**/*.php"/>
  </fileset>
</jsllint>

Check syntax of a fileset of source files.