Skip to content

Commit

Permalink
Ignore jquery with eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Jan 7, 2025
1 parent af94af0 commit d8b2978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d8b2978

Please sign in to comment.