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 1e7cecd commit 68cdfd8Copy full SHA for 68cdfd8
cli/environment/eslint.config.js
@@ -80,6 +80,7 @@ const internalConfig = {
80
groups: [
81
'/^(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)/',
82
'/^((?!src|UI|Icons)\\w[\\w-\\./]+|@.+)$/',
83
+ '/^src$/',
84
'/^src\\/pages\\/.+$/',
85
'/^src\\/(?!services|collections|containers|components|forms|lib)[\\w-/]+$/',
86
'/^src\\/services(\\/.+)?/',
0 commit comments