This package has been deprecated

Author message:

Please use @talend/eslint-config instead

@talend/scripts-config-eslint

11.0.1 • 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": "./node_modules/@talend/scripts-config-eslint/.eslintrc.js",
	"rules": {}
}
  1. Configure your IDE plugin to enable eslint with your root eslintrc configuration.

Dependencies (18)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @talend/scripts-config-eslint

    Weekly Downloads

    62

    Version

    11.0.1

    License

    Apache-2.0

    Unpacked Size

    8.35 kB

    Total Files

    6

    Last publish

    Collaborators

    • talend-frontend