13.1.0 • Published 21 days ago

@talend/eslint-config v13.1.0

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
21 days ago

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.