mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor: Clear unused ESLint directives from FE packages (no-changelog) (#6811)
This commit is contained in:
@@ -140,7 +140,7 @@ export default defineComponent({
|
||||
},
|
||||
logHiringBanner() {
|
||||
if (this.settingsStore.isHiringBannerEnabled && !this.isDemoMode) {
|
||||
console.log(HIRING_BANNER); // eslint-disable-line no-console
|
||||
console.log(HIRING_BANNER);
|
||||
}
|
||||
},
|
||||
async initialize(): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user