@talend/eslint-config
v13.2.1
Published
Eslint configuration for @talend/scripts-core
Downloads
1,995
Readme
Eslint config customisation
To use the eslint configuration in your IDE, or to add custom rules
- Create an
.eslintrc
at your project root folder - Make it extend the one from talend preset
{
"extends": "@talend",
"rules": {}
}
- Configure your IDE plugin to enable eslint with your root eslintrc configuration.