Skip to content

Commit

Permalink
Fix deprecated eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
bierett committed Nov 28, 2024
1 parent 5f2e7cd commit 09de398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typedoc.config.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-FileCopyrightText: 2023 Open Pioneer project (https://github.com/open-pioneer)
// SPDX-License-Identifier: Apache-2.0
/* eslint-disable @typescript-eslint/no-var-requires */
/* eslint-disable @typescript-eslint/no-require-imports */
const { sync: fastGlobSync } = require("fast-glob");
const { dirname } = require("path");
const DEFAULT_HIGHLIGHT_LANGS = require("typedoc").OptionDefaults.highlightLanguages;
Expand Down

0 comments on commit 09de398

Please sign in to comment.