forgot to save comment whoops

zio/stable
Samuel Newman 2024-03-13 15:51:55 +00:00
parent 4d2efd84e4
commit 41b10e3df5
1 changed files with 2 additions and 3 deletions

View File

@ -35,9 +35,8 @@ module.exports = {
'^(?!(?:alf|components|lib|locale|logger|platform|screens|state|view)(?:$|\\/))@?\\w',
],
// Relative imports.
// Anything that starts with a dot
// due to unprefixed relative imports being used, we whitelist
// the relative paths we use
// Ideally, anything that starts with a dot or #
// due to unprefixed relative imports being used, we whitelist the relative paths we use
// (?:$|\\/) matches end of string or /
[
'^(?:#\\/)?(?:lib|state|logger|platform|locale)(?:$|\\/)',