From 5152984a89864de82682a9d5500fa7635cbd308a Mon Sep 17 00:00:00 2001 From: Leilei332 Date: Thu, 10 Oct 2024 20:26:36 +0800 Subject: [PATCH] Add comment in eslintignore --- eslint.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/eslint.config.js b/eslint.config.js index 6f35ae6ef..2b05f7b0f 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -13,6 +13,7 @@ const compat = new FlatCompat({ module.exports = [{ ignores: [ + // Ignore "third party" code whose style we will not change. "boot/sjcl.js", "core/modules/utils/base64-utf8/base64-utf8.module.js", "core/modules/utils/base64-utf8/base64-utf8.module.min.js",