eslint-plugin-n8n-nodes-base
Advanced tools
Comparing version 1.9.5 to 1.10.0
{ | ||
"name": "eslint-plugin-n8n-nodes-base", | ||
"version": "1.9.5", | ||
"version": "1.10.0", | ||
"main": "dist/index.js", | ||
@@ -35,3 +35,3 @@ "author": { | ||
"camel-case": "^4.1.2", | ||
"eslint-plugin-n8n-nodes-base": "^1.9.4", | ||
"eslint-plugin-n8n-nodes-base": "^1.9.5", | ||
"indefinite": "^2.4.1", | ||
@@ -38,0 +38,0 @@ "pascal-case": "^3.1.2", |
@@ -181,2 +181,3 @@ # eslint-plugin-n8n-nodes-base | ||
| [node-param-multi-options-type-unsorted-items](docs/rules/node-param-multi-options-type-unsorted-items.md) | Items in a multi-options-type node parameter must be alphabetized by `name` if five or more than five. | Yes | | ||
| [node-param-name-untrimmed](docs/rules/node-param-name-untrimmed.md) | `name` in node parameter or in fixed collection section must be trimmed. | Yes | | ||
| [node-param-operation-option-action-miscased](docs/rules/node-param-operation-option-action-miscased.md) | The property `action` in an option in an Operation node parameter must be sentence-cased. | Yes | | ||
@@ -183,0 +184,0 @@ | [node-param-operation-option-action-wrong-for-get-many](docs/rules/node-param-operation-option-action-wrong-for-get-many.md) | The property `action` in a Get Many option in an Operation node parameter must start with `Get many`. | Yes | |
514502
164
12120
212