From 50d3f949598f3698c456bce05bc0f8971244f903 Mon Sep 17 00:00:00 2001 From: Kavi Gupta Date: Sat, 1 Feb 2025 13:45:24 -0800 Subject: [PATCH] fix comment --- react/eslint.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/eslint.config.mjs b/react/eslint.config.mjs index 7834dd82d..42498b19c 100644 --- a/react/eslint.config.mjs +++ b/react/eslint.config.mjs @@ -96,7 +96,7 @@ export default tseslint.config( 'object-shorthand': 'error', 'no-restricted-syntax': [ 'error', - // Good tool for writing these https://astexplorer.net + // Good tool for writing these https://typescript-eslint.io/play/ 'ExportNamedDeclaration:not([declaration])', 'MemberExpression[object.name=location][property.name=reload]', 'MemberExpression[property.name=replaceState]',