File "JSHintStandard.xml"

Full Path: /home/warrior1/public_html/themes/storefront/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Debug/JSHintStandard.xml
File size: 469 bytes
MIME-type: text/plain
Charset: utf-8

<documentation title="JSHint">
    <standard>
    <![CDATA[
    All javascript files should pass basic JSHint tests.
    ]]>
    </standard>
    <code_comparison>
        <code title="Valid: Valid JS Syntax is used.">
        <![CDATA[
<em>var</em> foo = 5;
        ]]>
        </code>
        <code title="Invalid: The Javascript is using an undefined variable.">
        <![CDATA[
<em></em>foo = 5;
        ]]>
        </code>
    </code_comparison>
</documentation>