mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 14:25:17 +00:00
Prettier rewrite
This commit is contained in:
@@ -10,7 +10,7 @@ import os from "node:os";
|
|||||||
// Please note this is experimental in NodeJS as
|
// Please note this is experimental in NodeJS as
|
||||||
// it is marked as Stage 3 in TC39
|
// it is marked as Stage 3 in TC39
|
||||||
// Should probably not be used in production
|
// Should probably not be used in production
|
||||||
import startData from "./startData.json" assert { "type": "json" };
|
import startData from "./startData.json" assert { type: "json" };
|
||||||
|
|
||||||
const PKPass = passkit.PKPass;
|
const PKPass = passkit.PKPass;
|
||||||
|
|
||||||
|
|||||||
@@ -48,7 +48,6 @@ const RelevantDate = Joi.object<RelevantDate>().keys({
|
|||||||
endDate: Joi.string().required(),
|
endDate: Joi.string().required(),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
export interface FileBuffers {
|
export interface FileBuffers {
|
||||||
[key: string]: Buffer;
|
[key: string]: Buffer;
|
||||||
}
|
}
|
||||||
@@ -130,7 +129,6 @@ export interface PassProps {
|
|||||||
*/
|
*/
|
||||||
parkingInformationURL?: string;
|
parkingInformationURL?: string;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* New field for iOS 18 Event Ticket.
|
* New field for iOS 18 Event Ticket.
|
||||||
* @domain event guide
|
* @domain event guide
|
||||||
|
|||||||
Reference in New Issue
Block a user