Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove duplicate imports #27096

Merged
merged 1 commit into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ import dayjs from 'dayjs/esm';
import { FaIconLibrary } from '@fortawesome/angular-fontawesome';
import { NgbDatepickerConfig } from '@ng-bootstrap/ng-bootstrap';
import { provideRouter } from '@angular/router';
import { registerLocaleData } from '@angular/common';
import locale from '@angular/common/locales/<%= angularLocaleId %>';
import { FaIconLibrary } from '@fortawesome/angular-fontawesome';
import dayjs from 'dayjs/esm';
import appRoutes from './app.routes';
// jhipster-needle-angular-add-module-import JHipster will add new module here

Expand Down
1 change: 0 additions & 1 deletion generators/react/templates/eslint.config.js.jhi.react.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
-%>
<&_ if (fragment.importsSection) { -&>
import eslint from '@eslint/js';
import tseslint from 'typescript-eslint';
import react from 'eslint-plugin-react/configs/recommended.js';
<&_ } -&>
<&_ if (fragment.configSection) { -&>
Expand Down
Loading