Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Nov 19, 2024
1 parent 7da0cc1 commit 30b84c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/expiring-todo-comments.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ const DEFAULT_OPTIONS = {
ignore: [],
ignoreDatesOnPullRequests: true,
allowWarningComments: true,
}
};

/** @param {import('eslint').Rule.RuleContext} context */
const create = context => {
Expand Down Expand Up @@ -588,7 +588,7 @@ module.exports = {
recommended: true,
},
schema,
defaultOptions: [{ ...DEFAULT_OPTIONS }],
defaultOptions: [{...DEFAULT_OPTIONS}],
messages,
},
};

0 comments on commit 30b84c4

Please sign in to comment.