Merged in fix/3697-prettier-configs (pull request #3396)
fix(SW-3691): Setup one prettier config for whole repo * Setup prettierrc in root and remove other configs Approved-by: Joakim Jäderberg Approved-by: Linus Flood
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import DowntownCamperIcon from './DowntownCamper'
|
||||
import GrandHotelOsloLogoIcon from './GrandHotelOslo'
|
||||
import HaymarketIcon from './Haymarket'
|
||||
import HotelNorgeIcon from './HotelNorge'
|
||||
import MarskiLogoIcon from './Marski'
|
||||
import ScandicGoLogoIcon from './ScandicGoLogo'
|
||||
import ScandicLogoIcon from './ScandicLogo'
|
||||
import TheDockIcon from './TheDock'
|
||||
import DowntownCamperIcon from "./DowntownCamper"
|
||||
import GrandHotelOsloLogoIcon from "./GrandHotelOslo"
|
||||
import HaymarketIcon from "./Haymarket"
|
||||
import HotelNorgeIcon from "./HotelNorge"
|
||||
import MarskiLogoIcon from "./Marski"
|
||||
import ScandicGoLogoIcon from "./ScandicGoLogo"
|
||||
import ScandicLogoIcon from "./ScandicLogo"
|
||||
import TheDockIcon from "./TheDock"
|
||||
|
||||
type HotelLogoProps = {
|
||||
hotelId: string
|
||||
@@ -14,18 +14,18 @@ type HotelLogoProps = {
|
||||
}
|
||||
|
||||
enum HotelTypeEnum {
|
||||
Signature = 'signature',
|
||||
ScandicGo = 'scandicgo',
|
||||
Regular = 'regular',
|
||||
Signature = "signature",
|
||||
ScandicGo = "scandicgo",
|
||||
Regular = "regular",
|
||||
}
|
||||
|
||||
enum SignatureHotelEnum {
|
||||
DowntownCamper = '879',
|
||||
GrandHotelOslo = '340',
|
||||
Haymarket = '890',
|
||||
HotelNorge = '785',
|
||||
Marski = '605',
|
||||
TheDock = '796',
|
||||
DowntownCamper = "879",
|
||||
GrandHotelOslo = "340",
|
||||
Haymarket = "890",
|
||||
HotelNorge = "785",
|
||||
Marski = "605",
|
||||
TheDock = "796",
|
||||
}
|
||||
|
||||
export default function HotelLogoIcon({
|
||||
|
||||
Reference in New Issue
Block a user