mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 00:32:35 +10:00
run prettier formatting on all files
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
import { ListItem, Location, PhotoFilters } from 'schema';
|
||||
import clsx from 'clsx';
|
||||
import get from 'lodash/get';
|
||||
import isArray from 'lodash/isArray';
|
||||
import isEmpty from 'lodash/isEmpty';
|
||||
import { ListItem, Location, PhotoFilters } from 'schema';
|
||||
|
||||
export type Required<T, K extends keyof T> = T & { [P in K]-?: T[P] };
|
||||
|
||||
@ -55,7 +55,7 @@ export const parseListItemPath = (item: ListItem, path: string | string[], separ
|
||||
|
||||
export const getPhotoClassNames = (filters: PhotoFilters) =>
|
||||
clsx({
|
||||
'object-cover': true,
|
||||
'object-cover aspect-square': true,
|
||||
grayscale: filters.grayscale,
|
||||
'!border-[4px] !border-solid': filters.border,
|
||||
'rounded-lg': filters.shape === 'rounded-square',
|
||||
|
||||
Reference in New Issue
Block a user