fix(core): Fix possible corruption of OAuth2 credential (#12880)

This commit is contained in:
Tomi Turtiainen
2025-01-28 18:34:06 +02:00
committed by GitHub
parent 9918afa51b
commit ac84ea1445
7 changed files with 228 additions and 38 deletions

View File

@@ -11,5 +11,6 @@ module.exports = {
rules: {
'@typescript-eslint/consistent-type-imports': 'error',
'n8n-local-rules/no-plain-errors': 'off',
'n8n-local-rules/no-uncaught-json-parse': 'off',
},
};