forgot to save comment whoops
This commit is contained in:
+2
-3
@@ -35,9 +35,8 @@ module.exports = {
|
|||||||
'^(?!(?:alf|components|lib|locale|logger|platform|screens|state|view)(?:$|\\/))@?\\w',
|
'^(?!(?:alf|components|lib|locale|logger|platform|screens|state|view)(?:$|\\/))@?\\w',
|
||||||
],
|
],
|
||||||
// Relative imports.
|
// Relative imports.
|
||||||
// Anything that starts with a dot
|
// Ideally, anything that starts with a dot or #
|
||||||
// due to unprefixed relative imports being used, we whitelist
|
// due to unprefixed relative imports being used, we whitelist the relative paths we use
|
||||||
// the relative paths we use
|
|
||||||
// (?:$|\\/) matches end of string or /
|
// (?:$|\\/) matches end of string or /
|
||||||
[
|
[
|
||||||
'^(?:#\\/)?(?:lib|state|logger|platform|locale)(?:$|\\/)',
|
'^(?:#\\/)?(?:lib|state|logger|platform|locale)(?:$|\\/)',
|
||||||
|
|||||||
Reference in New Issue
Block a user