We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dddd9a commit 73aa172Copy full SHA for 73aa172
lib/index.js
@@ -124,10 +124,10 @@
124
* Configuration.
125
* @property {Partial<Components> | null | undefined} [components]
126
* Components to use (optional).
127
- * @property {ElementAttributeNameCase | null | undefined} [elementAttributeNameCase='react']
128
- * Specify casing to use for attribute names (default: `'react'`).
129
* @property {CreateEvaluater | null | undefined} [createEvaluater]
130
* Create an evaluator that turns ESTree ASTs into values (optional).
+ * @property {ElementAttributeNameCase | null | undefined} [elementAttributeNameCase='react']
+ * Specify casing to use for attribute names (default: `'react'`).
131
* @property {string | null | undefined} [filePath]
132
* File path to the original source file (optional).
133
*
0 commit comments