File "ClosureLinterStandard.xml"

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

<documentation title="Closure Linter">
    <standard>
    <![CDATA[
    All javascript files should pass basic Closure Linter tests.
    ]]>
    </standard>
    <code_comparison>
        <code title="Valid: Valid JS Syntax is used.">
        <![CDATA[
var foo = [1, 2<em></em>];
        ]]>
        </code>
        <code title="Invalid: Trailing comma in a javascript array.">
        <![CDATA[
var foo = [1, 2<em>,</em>];
        ]]>
        </code>
    </code_comparison>
</documentation>