Skip to content

Commit

Permalink
Add style mixins to lifecycle imports rule (#2194)
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Jul 21, 2023
1 parent b5b0df1 commit b423525
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/dry-spoons-dream.md
@@ -0,0 +1,5 @@
---
'@sumup/eslint-plugin-circuit-ui': minor
---

Added the style mixins to the `component-lifecycle-imports` rule.
Expand Up @@ -51,6 +51,18 @@ const mappings = [
'Tooltip',
'TooltipProps',
'uniqueId',
'cx',
'spacing',
'shadow',
'disableVisually',
'hideVisually',
'focusOutline',
'focusVisible',
'clearfix',
'hideScrollbar',
'inputOutline',
'typography',
'center',
],
},
];
Expand Down

0 comments on commit b423525

Please sign in to comment.