@talend/eslint-plugin
Advanced tools
Comparing version 1.1.0 to 1.1.1
# @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 @@ |
{ | ||
"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) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13617
33
+ Addedcaniuse-lite@1.0.30001679(transitive)
+ Addedelectron-to-chromium@1.5.55(transitive)
- Removedcaniuse-lite@1.0.30001680(transitive)
- Removedelectron-to-chromium@1.5.58(transitive)