You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When `false`, this rule will be disabled for the styled-components like libraries.
142
143
144
+
### ignore-pattern
145
+
146
+
<sub>(default: `[]`)</sub>
147
+
148
+
If you need to ignore a rule for some interfaces, you can specify their names or a pattern to ignore, for example: `'Component*'` to ignore all interfaces whose names begin with the word Component.
149
+
150
+
The [minimatch](https://github.com/isaacs/minimatch) library is used for pattern matching.
0 commit comments