From 2e0a0062c309f7ba67657ee7b04cacd20da7323a Mon Sep 17 00:00:00 2001 From: hishope Date: Fri, 29 Nov 2024 17:26:38 +0800 Subject: [PATCH] chore: fix 404 status URL Signed-off-by: hishope --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index fa33e110ec..8a03943967 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,4 +1,4 @@ -// https://github.com/typescript-eslint/typescript-eslint/blob/master/docs/getting-started/linting/README.md +// https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/troubleshooting/typed-linting/index.mdx module.exports = { root: true, parser: '@typescript-eslint/parser',