From a6a69f4fba758ff75b8d8649a90d707505b2b4d1 Mon Sep 17 00:00:00 2001 From: f0x Date: Wed, 6 Nov 2024 15:55:01 +0100 Subject: [PATCH] eslint: ignore vendored prism.js --- web/source/eslint.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/source/eslint.config.js b/web/source/eslint.config.js index f135f37f5..43d2fa76a 100644 --- a/web/source/eslint.config.js +++ b/web/source/eslint.config.js @@ -20,6 +20,7 @@ module.exports = [ { files: ["**/*.ts", "**/*.tsx"], + ignores: ["frontend/prism.js"], // vendored languageOptions: { parserOptions: { project: true,