Skip to content

Commit

Permalink
fix(eslint): Ignore missing module error on picocolors
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed Nov 17, 2024
1 parent 99405dd commit e77aa4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
".json",
".node"
],
"allowModules": ["type-fest", "@kosko/build-scripts"]
"allowModules": ["type-fest", "@kosko/build-scripts", "picocolors"]
}
},
"overrides": [
Expand Down

0 comments on commit e77aa4b

Please sign in to comment.