@talend/eslint-config

13.2.0 • Public • Published

Eslint config customisation

To use the eslint configuration in your IDE, or to add custom rules

  1. Create an .eslintrc at your project root folder
  2. Make it extend the one from talend preset
{
	"extends": "@talend",
	"rules": {}
}
  1. Configure your IDE plugin to enable eslint with your root eslintrc configuration.

/@talend/eslint-config/

    Package Sidebar

    Install

    npm i @talend/eslint-config

    Weekly Downloads

    600

    Version

    13.2.0

    License

    Apache-2.0

    Unpacked Size

    12.7 kB

    Total Files

    7

    Last publish

    Collaborators

    • talend-frontend