Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
chore(scripts/license-checker): declare copyLeftLicenses type
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Sep 3, 2023
1 parent a121897 commit 6feadc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/license-checker.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

const { promisify } = require("node:util");
const { init } = require("license-checker");
// @ts-ignore
/** @type {string[]} */
// @ts-ignore: module is a JSON file
const copyLeftLicenses = require("spdx-copyleft");
const path = require("upath");

Expand Down

0 comments on commit 6feadc7

Please sign in to comment.