diff --git a/docs/rules/no-sx-prop.md b/docs/rules/no-sx-prop.md new file mode 100644 index 0000000..e3128cf --- /dev/null +++ b/docs/rules/no-sx-prop.md @@ -0,0 +1,33 @@ +# No Wildcard Imports + +## Rule Details + +This rule enforces that no sx props are used with `@primer/react`. + +👎 Examples of **incorrect** code for this rule + +```jsx +import {Button} from '@primer/react' + +function ExampleComponent() { + return ( +