Skip to content

Commit

Permalink
More consistent labeling of configuration options in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
edemaine committed Nov 3, 2024
1 parent c2984a6 commit 0c2992b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion civet.dev/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ and following ESM, require importing files with the correct extension.
| [`autoLet`](reference#autolet) | automatically declare undeclared variables with `let` |
| [`autoVar`](reference#autovar) | automatically declare undeclared variables with `var` |
| [`defaultElement=tag`](reference#implicit-element) | specify default JSX tag: `<.foo>``<tag class="foo">` |
| [`globals`](reference#globals) | avoid automatically declaring listed global variables |
| [`globals=foo,bar`](reference#globals) | avoid automatically declaring listed global variables |
| [`iife`](reference#iife-wrapper) | wrap the program in an IIFE to shield globals |
| [`jsxCode`](reference#automatic-code-children) | treat all JSX children as Civet code |
| [`jsxCodeNested`](reference#automatic-code-children) | treat indented JSX children as Civet code |
Expand Down

0 comments on commit 0c2992b

Please sign in to comment.