We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 584ed7d commit a18ac3cCopy full SHA for a18ac3c
src/utils/__tests__/extractReactTokens.test.ts
@@ -1,3 +1,4 @@
1
+/* eslint-disable camelcase -- mock data mirrors @patternfly/react-tokens componentIndex structure */
2
import { extractReactTokens } from '../extractReactTokens'
3
4
const mockComponentIndex: Record<
0 commit comments