Remove `@prettier` pragmas
parent
95321e5d3e
commit
87d374ea78
@ -1,6 +1,3 @@
|
|||||||
/**
|
|
||||||
* @prettier
|
|
||||||
*/
|
|
||||||
import * as Lightbox from './Lightbox';
|
import * as Lightbox from './Lightbox';
|
||||||
|
|
||||||
export { Lightbox };
|
export { Lightbox };
|
||||||
|
@ -1,4 +1 @@
|
|||||||
/**
|
|
||||||
* @prettier
|
|
||||||
*/
|
|
||||||
export type MapAsync<T> = (value: T) => Promise<T>;
|
export type MapAsync<T> = (value: T) => Promise<T>;
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
/**
|
|
||||||
* @prettier
|
|
||||||
*/
|
|
||||||
|
|
||||||
export interface Model<T> {
|
export interface Model<T> {
|
||||||
toJSON(): T;
|
toJSON(): T;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue