mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(core): Setup backend modules (no-changelog) (#14084)
Co-authored-by: Guillaume Jacquart <jacquart.guillaume@gmail.com> Co-authored-by: Danny Martini <danny@n8n.io>
This commit is contained in:
committed by
GitHub
parent
c34ffd0e7c
commit
d80b49d6e5
@@ -47,7 +47,12 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ['./src/databases/**/*.ts', './test/**/*.ts', './src/**/__tests__/**/*.ts'],
|
||||
files: [
|
||||
'./src/databases/**/*.ts',
|
||||
'./src/modules/**/*.ts',
|
||||
'./test/**/*.ts',
|
||||
'./src/**/__tests__/**/*.ts',
|
||||
],
|
||||
rules: {
|
||||
'n8n-local-rules/misplaced-n8n-typeorm-import': 'off',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user