From d8b2978bfc83dacbdb9023cdf78ec614dad7ca85 Mon Sep 17 00:00:00 2001 From: JoshuaSBrown Date: Tue, 7 Jan 2025 09:06:15 -0500 Subject: [PATCH] Ignore jquery with eslint --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index f579ace00..4c6e18731 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -3,7 +3,7 @@ const jsdocPlugin = require("eslint-plugin-jsdoc"); module.exports = [ { - ignores: ['docs/_static/**/*'], + ignores: ['docs/_static/**/*', 'web/static/jquery/jquery.js'], languageOptions: { globals: { ...globals.jquery,