Skip to content
On this page

ESLint

Runs eslint on the file.

Scope

Generic.Debug.ESLint

Properties

Property NameTypeDefaultAvailable Since
configFilestring-2.9.0

Usage

xml
<rule ref="Generic.Debug.ESLint">
    <properties>
        <property name="configFile" value="/path/to/.eslintrc.json"/>
    </properties>
</rule>

Examples

No Examples Available

Please edit this page through Github to add examples.

Released under the MIT License.