From 5b705d4b047640e91b690566d6e0fdbae17bb842 Mon Sep 17 00:00:00 2001 From: Shinigami Date: Wed, 1 Feb 2023 14:04:18 +0100 Subject: infra: configure lint rule array-type (#1793) --- src/definitions/science.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/definitions') diff --git a/src/definitions/science.ts b/src/definitions/science.ts index 29e4f59e..b63767f6 100644 --- a/src/definitions/science.ts +++ b/src/definitions/science.ts @@ -8,10 +8,10 @@ export type ScienceDefinitions = LocaleEntry<{ /** * Some science units. */ - unit: readonly Unit[]; + unit: ReadonlyArray; /** * Some periodic table element information. */ - chemicalElement: readonly ChemicalElement[]; + chemicalElement: ReadonlyArray; }>; -- cgit v1.2.3