Skip to content

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

@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

Details


Assets

  • eslint-plugin-1.4.0.tgz

Download activity

  • Total downloads 1
  • Last 30 days 0
  • Last week 0
  • Today 0