chore: add prettier ignore

This commit is contained in:
axolotle 2024-08-23 14:11:42 +02:00
parent f18825d188
commit be8b077586

View file

@ -13,7 +13,7 @@ export type VueClass =
// BVN (not exported types for now)
// eslint-disable-next-line prettier/prettier
type ColsNumbers = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12'
type ColsNumbers = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12' // prettier-ignore
export type Cols = Partial<Record<Breakpoint, boolean | ColsNumbers | 'auto'>>
// CUSTOM