Skip to content

Instantly share code, notes, and snippets.

@sakymar
Created November 7, 2022 08:43
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sakymar/32b0149b328c6059c4b7afa3fd579051 to your computer and use it in GitHub Desktop.
Save sakymar/32b0149b328c6059c4b7afa3fd579051 to your computer and use it in GitHub Desktop.
importOrder: [
'(^@|^[A-Za-z])(?!internals)(.*(?<!tyles)$)',
'(^[.]|^@internals)(?!^[A-Za-z])(.*(?<!tyles)$)',
'tyles',
],
importOrderSeparation: true,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment