@talend/eslint-plugin
v1.3.1
Published
Contains internal rules used at Talend
Downloads
2,101
Maintainers
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
}
}