Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@talend/eslint-plugin

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@talend/eslint-plugin - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

8

CHANGELOG.md
# @talend/eslint-plugin
## 1.1.1
### Patch Changes
- 1abc22f: chore: upgrade dependencies
- Updated dependencies [1abc22f]
- @talend/scripts-config-cdn@10.11.1
## 1.1.0

@@ -4,0 +12,0 @@

10

package.json
{
"name": "@talend/eslint-plugin",
"version": "1.1.0",
"version": "1.1.1",
"description": "Contains internal rules used at Talend",

@@ -17,9 +17,9 @@ "keywords": [

"dependencies": {
"@talend/scripts-config-cdn": "^10.9.0",
"@talend/scripts-config-cdn": "^10.11.1",
"requireindex": "^1.2.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.3",
"@talend/scripts-config-babel": "^13.2.0",
"eslint": "^8.53.0",
"@babel/eslint-parser": "^7.23.10",
"@talend/scripts-config-babel": "^13.3.1",
"eslint": "^8.57.0",
"jest": "^29.7.0"

@@ -26,0 +26,0 @@ },

@@ -7,5 +7,4 @@ # @talend/eslint-plugin-talend

You have nothing to do if you use Talend/ui-scripts.
You have nothing to do if you use Talend/ui-scripts. If not this can be used as any other eslint plugin
## Usage

@@ -17,9 +16,6 @@

{
"plugins": [
"@talend"
]
"plugins": ["@talend"]
}
```
Then configure the rules you want to use under the rules section.

@@ -29,5 +25,5 @@

{
"rules": {
"@talend/import-depth": 2
}
"rules": {
"@talend/import-depth": 2
}
}

@@ -38,8 +34,3 @@ ```

* [talend/import-depth](./docs/rules/talend-import-depth.md)
* [talend/import-d3](./docs/rules/talend-import-d3.md)
- [talend/import-depth](./docs/rules/talend-import-depth.md)
- [talend/import-d3](./docs/rules/talend-import-d3.md)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc