Merge pull request #21 from n8n-io/upgrade-linter-for-api-version-rules

Upgrade linter for `n8nNodesApiVersion`
This commit is contained in:
Omar Ajoue 2022-07-11 17:27:48 +02:00 committed by GitHub
commit 5935eec634
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View file

@ -18,10 +18,6 @@ module.exports = {
'**/*.js',
'**/node_modules/**',
'**/dist/**',
'**/test/**',
'**/templates/**',
'**/ormconfig.ts',
'**/migrations/**',
],
overrides: [

View file

@ -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",