We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2c067 commit 30a91beCopy full SHA for 30a91be
build.js
@@ -7,5 +7,5 @@ build({
7
format: "cjs",
8
outfile: "./dist/index.cjs",
9
platform: "node",
10
- external: ["eslint"],
+ external: ["eslint", "eslint-utils", "globals"],
11
});
0 commit comments