Socket
Socket
Sign inDemoInstall

@talend/eslint-plugin

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@talend/eslint-plugin

Contains internal rules used at Talend


Version published
Weekly downloads
420
decreased by-9.68%
Maintainers
1
Weekly downloads
 
Created
Source

@talend/eslint-plugin-talend

This package contains internal rules used at Talend.

Installation

You have nothing to do if you use Talend/ui-scripts.

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

  • talend/import-depth
  • talend/import-d3

Keywords

FAQs

Package last updated on 15 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc