@talend/eslint-plugin

1.2.0 • Public • Published

@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

Package Sidebar

Install

npm i @talend/eslint-plugin

Weekly Downloads

323

Version

1.2.0

License

Apache-2.0

Unpacked Size

18 kB

Total Files

13

Last publish

Collaborators

  • talend-frontend