Skip to content

Commit

Permalink
sonar issues fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kjose90 committed Jan 30, 2025
1 parent e1709f3 commit e1563f5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/fiori-elements-writer/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { join } from 'path';
import { join, sep } from 'path';
import type { Editor } from 'mem-fs-editor';
import { render } from 'ejs';
import type { App, Package } from '@sap-ux/ui5-application-writer';
Expand All @@ -19,16 +19,14 @@ import {
import { extendManifestJson } from './data/manifestSettings';
import semVer from 'semver';
import { initI18n } from './i18n';
import { getBootstrapResourceUrls, getPackageScripts } from '@sap-ux/fiori-generator-shared';
import { getBootstrapResourceUrls, getPackageScripts, getCapFolderPathsSync } from '@sap-ux/fiori-generator-shared';
import { generateFpmConfig } from './fpmConfig';
import { applyCAPUpdates, type CapProjectSettings, type CapServiceCdsInfo } from '@sap-ux/cap-config-writer';
import {
generateAnnotations,
type AnnotationServiceParameters,
type GenerateAnnotationsOptions
} from '@sap-ux/annotation-generator';
import { sep } from 'path';
import { getCapFolderPathsSync } from '@sap-ux/fiori-generator-shared';

export const V2_FE_TYPES_AVAILABLE = '1.108.0';
/**
Expand Down

0 comments on commit e1563f5

Please sign in to comment.