refactor: Clear unused ESLint directives from FE packages (no-changelog) (#6811)

This commit is contained in:
Iván Ovejero
2023-08-01 13:47:55 +02:00
committed by GitHub
parent dec19585bc
commit 2df0c2c473
31 changed files with 108 additions and 146 deletions

View File

@@ -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> {