From d56ad16a0254abf0685e40e8e214b586729cb93f Mon Sep 17 00:00:00 2001 From: harukitosa <13haruki28@gmail.com> Date: Sat, 15 Oct 2022 18:05:18 +0900 Subject: [PATCH] fix textlint url --- .textlintrc.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.textlintrc.js b/.textlintrc.js index e1ffec8c89..027e56c8c2 100644 --- a/.textlintrc.js +++ b/.textlintrc.js @@ -107,9 +107,7 @@ module.exports = { "https://goo.gl/**", "https://forms.gle/**", "http://localhost:3000/**", - // .es が正式なのか不明であるため - // https://github.com/tc39/ecma262/pull/1576 - "https:/tc39.github.io/**" + "https://tc39.es/ecma262/**" ] } : false