Skip to content

Commit

Permalink
style: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
gulfaraz committed Jul 12, 2024
1 parent 6852789 commit 230d09e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
17 changes: 17 additions & 0 deletions services/API-service/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated files
dist
coverage
www


# External code
node_modules


# Raster-files
geoserver-volume/raster-files/*
!geoserver-volume/raster-files/README.md


# certificates
cert/
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import { JSDOM } from 'jsdom';

import { DisasterType } from '../../../src/api/disaster/disaster-type.enum';
import {
getAccessToken,
mockDynamicData,
resetDB,
sendNotification,
} from '../../helpers/utility.helper';
import { DisasterType } from '../../../src/api/disaster/disaster-type.enum';
import { JSDOM } from 'jsdom';

const countryCodeISO3 = 'UGA';
const disasterType = DisasterType.Drought;
Expand Down

0 comments on commit 230d09e

Please sign in to comment.