Skip to content

Commit

Permalink
Update eslint.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown authored Jan 9, 2025
1 parent 57de21a commit 1028adb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ const jsdocPlugin = require("eslint-plugin-jsdoc");

module.exports = [
{
ignores: ["docs/_static/**/*", "web/static/jquery/jquery.js"],
ignores: ["docs/_static/**/*", "web/static/jquery/jquery.js", "web/node_modules"],
languageOptions: {
globals: {
...globals.jquery,
...globals.node,
},
},
files: ["web/**/*.js", "web/**/*.ts", "core/**/*.js"], // Adjust file patterns as needed
files: ["web/**/*.js", "core/**/*.js"], // Adjust file patterns as needed
plugins: {
jsdoc: jsdocPlugin,
},
Expand Down

0 comments on commit 1028adb

Please sign in to comment.