File tree Expand file tree Collapse file tree 2 files changed +169
-178
lines changed Expand file tree Collapse file tree 2 files changed +169
-178
lines changed Original file line number Diff line number Diff line change 124
124
* Configuration.
125
125
* @property {Partial<Components> | null | undefined } [components]
126
126
* Components to use (optional).
127
- * @property {ElementAttributeNameCase | null | undefined } [elementAttributeNameCase='react']
128
- * Specify casing to use for attribute names (default: `'react'`).
129
127
* @property {CreateEvaluater | null | undefined } [createEvaluater]
130
128
* Create an evaluator that turns ESTree ASTs into values (optional).
129
+ * @property {ElementAttributeNameCase | null | undefined } [elementAttributeNameCase='react']
130
+ * Specify casing to use for attribute names (default: `'react'`).
131
131
* @property {string | null | undefined } [filePath]
132
132
* File path to the original source file (optional).
133
133
*
You can’t perform that action at this time.
0 commit comments