From 73c58b7db32cbf3b17bccfc11f30c385e96ce7ee Mon Sep 17 00:00:00 2001 From: NovemLinguae Date: Tue, 10 Dec 2024 21:40:47 -0800 Subject: [PATCH] alphabetical --- tests/.eslintrc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/.eslintrc.json b/tests/.eslintrc.json index dd842c335..bf15fcf20 100644 --- a/tests/.eslintrc.json +++ b/tests/.eslintrc.json @@ -15,8 +15,8 @@ "camelcase": "warn", "new-cap": "warn", - "strict": "warn", "no-undef": "warn", - "no-useless-escape": "warn" + "no-useless-escape": "warn", + "strict": "warn" } }