mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(core): Add lint rule no-internal-package-import (#18724)
This commit is contained in:
@@ -4,6 +4,7 @@ import { frontendConfig } from '@n8n/eslint-config/frontend';
|
||||
export default defineConfig(frontendConfig, {
|
||||
rules: {
|
||||
// TODO: Remove these
|
||||
'n8n-local-rules/no-internal-package-import': 'warn',
|
||||
'@typescript-eslint/ban-ts-comment': ['warn', { 'ts-ignore': true }],
|
||||
'id-denylist': 'warn',
|
||||
'no-case-declarations': 'warn',
|
||||
|
||||
Reference in New Issue
Block a user