We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2133420 commit b4c6609Copy full SHA for b4c6609
.eslintrc.js
@@ -46,6 +46,7 @@ module.exports = {
46
'n8n-nodes-base/node-execute-block-missing-continue-on-fail': 'off',
47
'n8n-nodes-base/node-resource-description-filename-against-convention':
48
'off',
49
+ 'n8n-nodes-base/node-filename-against-convention': 'off',
50
'n8n-nodes-base/node-param-fixed-collection-type-unsorted-items': 'off',
51
'n8n-nodes-base/node-execute-block-operation-missing-singular-pairing':
52
tsconfig.json
@@ -16,5 +16,5 @@
16
"esModuleInterop": true,
17
"useUnknownInCatchVariables": false
18
},
19
- "include": ["**/*.ts"]
+ "include": ["**/*.ts", "package.json"]
20
}
0 commit comments