ci: Disable import/no-extraneous-dependencies in frontend tests (no-changelog) (#8182)

supersedes #8180
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-12-29 10:45:55 +01:00
committed by GitHub
parent 4bad43dd66
commit 1286d6583c
5 changed files with 8 additions and 4 deletions

View File

@@ -473,7 +473,7 @@ const config = (module.exports = {
},
},
{
files: ['test/**/*.ts', 'src/__tests__/*.ts'],
files: ['test/**/*.ts', '**/__tests__/*.ts'],
rules: {
'n8n-local-rules/no-plain-errors': 'off',
'n8n-local-rules/no-skipped-tests':