From 23b3763a54ea09ba76795fd541956f1cd038899b Mon Sep 17 00:00:00 2001 From: reidlab Date: Wed, 19 Feb 2025 22:01:49 -0800 Subject: [PATCH] Strictester --- eslint.config.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index b404733..b7b9690 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -10,8 +10,8 @@ export default [ "**/node_modules/*" ] }, - ...typescriptEslint.configs.recommended, - ...eslintPluginAstro.configs.recommended, + ...typescriptEslint.configs.strict, + ...eslintPluginAstro.configs.recommended, // the docs say "not for production use" on all.. { rules: { "quotes": ["error", "double"],