Skip to content

Commit 0e34888

Browse files
committed
Fix linter
1 parent 1642efb commit 0e34888

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/eslint/constants.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports.slowImportsCommonIgnoredModules = [
2-
"chalk",
2+
"picocolors",
33
"debug",
4-
"find-up",
4+
"find-up-simple",
55
"fs-extra",
66
"semver",
77
"source-map-support/register",

0 commit comments

Comments
 (0)