Skip to content

Commit 68cdfd8

Browse files
authored
Allow importing src directory (#28)
1 parent 1e7cecd commit 68cdfd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/environment/eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ const internalConfig = {
8080
groups: [
8181
'/^(assert|async_hooks|buffer|child_process|cluster|console|constants|crypto|dgram|dns|domain|events|fs|http|http2|https|inspector|module|net|os|path|perf_hooks|process|punycode|querystring|readline|repl|stream|string_decoder|timers|tls|trace_events|tty|url|util|v8|vm|zli)/',
8282
'/^((?!src|UI|Icons)\\w[\\w-\\./]+|@.+)$/',
83+
'/^src$/',
8384
'/^src\\/pages\\/.+$/',
8485
'/^src\\/(?!services|collections|containers|components|forms|lib)[\\w-/]+$/',
8586
'/^src\\/services(\\/.+)?/',

0 commit comments

Comments
 (0)