Skip to content

Commit

Permalink
Remove some unused monorepolint variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mfedderly committed Dec 19, 2023
1 parent 4a4126a commit 01c6a49
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .monorepolint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ glob.sync(path.join(__dirname, "packages", "turf-*")).forEach((pk) => {
}
});

const TS_BENCH_PACKAGES = BENCH_PACKAGES.filter(
(pkg) => -1 !== TS_PACKAGES.indexOf(pkg)
);
const JS_BENCH_PACKAGES = BENCH_PACKAGES.filter(
(pkg) => -1 !== JS_PACKAGES.indexOf(pkg)
);
const TS_TAPE_PACKAGES = TAPE_PACKAGES.filter(
(pkg) => -1 !== TS_PACKAGES.indexOf(pkg)
);
Expand Down

0 comments on commit 01c6a49

Please sign in to comment.