diff --git a/.eslintrc.js b/.eslintrc.js index 867472c..324abd3 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -18,10 +18,6 @@ module.exports = { '**/*.js', '**/node_modules/**', '**/dist/**', - '**/test/**', - '**/templates/**', - '**/ormconfig.ts', - '**/migrations/**', ], overrides: [ diff --git a/package.json b/package.json index 03988ad..ae3b2fb 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@types/express": "^4.17.6", "@types/request-promise-native": "~1.0.15", "@typescript-eslint/parser": "^5.29.0", - "eslint-plugin-n8n-nodes-base": "^1.4.1", + "eslint-plugin-n8n-nodes-base": "^1.5.1", "gulp": "^4.0.2", "n8n-core": "^0.125.0", "n8n-workflow": "^0.107.0",