From be8b077586edb218eecf3165ce5bcdaf94827a16 Mon Sep 17 00:00:00 2001 From: axolotle Date: Fri, 23 Aug 2024 14:11:42 +0200 Subject: [PATCH] chore: add prettier ignore --- app/src/types/commons.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/types/commons.ts b/app/src/types/commons.ts index fe1af5d6..27aa7df9 100644 --- a/app/src/types/commons.ts +++ b/app/src/types/commons.ts @@ -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> // CUSTOM