@talend/eslint-plugin
Advanced tools
Contains internal rules used at Talend
Weekly downloads
Readme
This package contains internal rules used at Talend.
You have nothing to do if you use Talend/ui-scripts.
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
}
}
FAQs
Contains internal rules used at Talend
The npm package @talend/eslint-plugin receives a total of 400 weekly downloads. As such, @talend/eslint-plugin popularity was classified as not popular.
We found that @talend/eslint-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.