refactor: Apply more eslint-plugin-n8n-nodes-base autofixable rules (#3243)
* ✏️ Alphabetize rules * 🔖 Update version * ⚡ Update lintfix command * ⚡ Run baseline lintfix * 📦 Update package-lock.json * 👕 Apply `node-param-description-untrimmed` (#3200) * Removing unneeded backticks (#3249) * 👕 Apply node-param-description-wrong-for-return-all (#3253) * 👕 Apply node-param-description-missing-limit (#3252) Co-authored-by: Iván Ovejero <ivov.src@gmail.com> * 👕 Apply node-param-description-excess-final-period (#3250) Co-authored-by: Iván Ovejero <ivov.src@gmail.com> * 👕 Apply node-param-description-unencoded-angle-brackets (#3256) Co-authored-by: Iván Ovejero <ivov.src@gmail.com> * 👕 Apply node-param-description-url-missing-protocol (#3258) * 👕 Apply `node-param-description-miscased-id` (#3254) Co-authored-by: Iván Ovejero <ivov.src@gmail.com> * 👕 Apply node-param-description-wrong-for-limit (#3257) Co-authored-by: Iván Ovejero <ivov.src@gmail.com> * 👕 Apply node-param-description-wrong-for-ignore-ssl-issues (#3261) * 👕 Apply rule * ⚡ Restore lintfix script * ⚡ Restore lintfix script Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com> Co-authored-by: Omar Ajoue <krynble@gmail.com> Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
This commit is contained in:
18
package-lock.json
generated
18
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "n8n",
|
||||
"version": "0.174.0",
|
||||
"version": "0.175.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "n8n",
|
||||
"version": "0.174.0",
|
||||
"version": "0.175.1",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.14.6",
|
||||
"@fontsource/open-sans": "^4.5.0",
|
||||
@@ -131,7 +131,7 @@
|
||||
"eslint-config-airbnb-typescript": "^12.3.1",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-import": "^2.23.4",
|
||||
"eslint-plugin-n8n-nodes-base": "^1.0.28",
|
||||
"eslint-plugin-n8n-nodes-base": "^1.0.29",
|
||||
"eslint-plugin-prettier": "^3.4.0",
|
||||
"eslint-plugin-vue": "^7.16.0",
|
||||
"eventsource": "^1.0.7",
|
||||
@@ -29071,9 +29071,9 @@
|
||||
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
|
||||
},
|
||||
"node_modules/eslint-plugin-n8n-nodes-base": {
|
||||
"version": "1.0.28",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-n8n-nodes-base/-/eslint-plugin-n8n-nodes-base-1.0.28.tgz",
|
||||
"integrity": "sha512-1Y1380bQ3l2aRDvz3vuShoxlBao4PPCx4xQQK9NvtE4KizPs4driTNcW5ncnK8Nevo+rnqo+Eva4CM9JFwBmiA==",
|
||||
"version": "1.0.29",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-n8n-nodes-base/-/eslint-plugin-n8n-nodes-base-1.0.29.tgz",
|
||||
"integrity": "sha512-TkIcfYrd0RCeHOu+GKWL4aCOuQFVjA8UHEvaXUMSrOxA7/nB/CxIgGNq11EN+WNcpBopn6Mo7XmuGq1P/WD/QA==",
|
||||
"dependencies": {
|
||||
"@typescript-eslint/utils": "^5.17.0",
|
||||
"camel-case": "^4.1.2",
|
||||
@@ -83368,9 +83368,9 @@
|
||||
}
|
||||
},
|
||||
"eslint-plugin-n8n-nodes-base": {
|
||||
"version": "1.0.28",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-n8n-nodes-base/-/eslint-plugin-n8n-nodes-base-1.0.28.tgz",
|
||||
"integrity": "sha512-1Y1380bQ3l2aRDvz3vuShoxlBao4PPCx4xQQK9NvtE4KizPs4driTNcW5ncnK8Nevo+rnqo+Eva4CM9JFwBmiA==",
|
||||
"version": "1.0.29",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-n8n-nodes-base/-/eslint-plugin-n8n-nodes-base-1.0.29.tgz",
|
||||
"integrity": "sha512-TkIcfYrd0RCeHOu+GKWL4aCOuQFVjA8UHEvaXUMSrOxA7/nB/CxIgGNq11EN+WNcpBopn6Mo7XmuGq1P/WD/QA==",
|
||||
"requires": {
|
||||
"@typescript-eslint/utils": "^5.17.0",
|
||||
"camel-case": "^4.1.2",
|
||||
|
||||
Reference in New Issue
Block a user