From ef8bfcec89a3d747e7138705b0ba625d478d4339 Mon Sep 17 00:00:00 2001 From: Federico Builes Date: Mon, 9 Jan 2023 07:59:55 +0100 Subject: [PATCH] linter suggestions --- src/schemas.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schemas.ts b/src/schemas.ts index 194e6f2..0adf08d 100644 --- a/src/schemas.ts +++ b/src/schemas.ts @@ -77,4 +77,4 @@ export type Change = z.infer export type Changes = z.infer export type ConfigurationOptions = z.infer export type Severity = z.infer -export type Scope = typeof SCOPES[number] +export type Scope = (typeof SCOPES)[number]