mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
chore: Enable ESLint rule consistent-type-exports (#18973)
This commit is contained in:
@@ -161,6 +161,8 @@ export const baseConfig = tseslint.config(
|
||||
*/
|
||||
'@typescript-eslint/consistent-type-imports': 'error',
|
||||
|
||||
'@typescript-eslint/consistent-type-exports': 'error',
|
||||
|
||||
/**
|
||||
* https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/member-delimiter-style.md
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user