Skip to content

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 cf7c27d commit 0b7e98b
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 0b7e98b

Please sign in to comment.