mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
chore: add prettier ignore
This commit is contained in:
parent
f18825d188
commit
be8b077586
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue