Package detail

@talend/eslint-plugin

talend-frontend2.4kApache-2.01.4.0

Contains internal rules used at Talend

eslint, eslintplugin, eslint-plugin

readme

@talend/eslint-plugin-talend

This package contains internal rules used at Talend.

Installation

You have nothing to do if you use Talend/ui-scripts. If not this can be used as any other eslint plugin

Usage

Add talend to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": ["@talend"]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "@talend/import-depth": 2
    }
}

Supported Rules