Minor Changes
- f203635: Renames
emotion-to-compiled
rule tono-emotion-css
.
Patch Changes
- f203635: The
no-emotion-css
rule now keeps the jsx pragma around if defined. - f203635: The
no-emotion-css
rule now will check forjsxImportSource
pragma usage with a supplementary fixer. - 1a9e503: Adds
jsx-pragma
rule,
useful when working with thecss
prop.
When enabled it will error when the jsx pragma is missing or when using the wrong pragma for the configured runtime. - 79cfb08: Package now built with project references.
- 79cfb08: Internal refactor changing how the TypeScript compiler picks up source files.