remark-lint-fenced-code-flag-case
Ƭ Options: Object
Options type for the remark-lint-fenced-code-flag-case plugin.
Name | Type | Description |
---|---|---|
case? |
typeof optionsCases [number ] |
All code fence flags must be of the specified case. Code fences without flags are ignored. Default ts "lower" |
packages/remark-lint-fenced-code-flag-case/src/index.ts:18
• Const
optionsCases: readonly ["lower"
, "upper"
, "capitalize"
]
Valid values for the Options.case property.
packages/remark-lint-fenced-code-flag-case/src/index.ts:13
▸ default(this
, ...parameters
): undefined
| void
| Transformer
<Node
, Node
>
A remark-lint rule that takes a Root node as input and attaches any error messages to the resulting virtual file pertaining to fenced code flag case.
Name | Type |
---|---|
this |
Processor <undefined , undefined , undefined , undefined , undefined > |
...parameters |
[Options ] | [] |
undefined
| void
| Transformer
<Node
, Node
>
node_modules/unified/lib/index.d.ts:946