eslint-plugin 1.4.0
Install from the command line:
Learn more about npm packages
$ npm install @talend/eslint-plugin@1.4.0
Install via package.json:
"@talend/eslint-plugin": "1.4.0"
About this version
This package contains internal rules used at Talend.
You have nothing to do if you use Talend/ui-scripts. If not this can be used as any other eslint plugin
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
}
}