Skip to content

Commit

Permalink
replace deprecated eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
arnevogt committed Dec 5, 2024
1 parent 898011b commit c040def
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 { readFileSync } = require("fs");
const { sync: fastGlobSync } = require("fast-glob");
const { dirname } = require("path");
Expand Down

0 comments on commit c040def

Please sign in to comment.