Skip to content

Files

Latest commit

 

History

History
21 lines (12 loc) · 542 Bytes

no-vanilla.md

File metadata and controls

21 lines (12 loc) · 542 Bytes

Pattern: Use of vanilla emotion

Issue: -

Description

This rule reports an error if there is an import from the emotion package which is not recommended if you are using emotion with React.

Examples of incorrect code for this rule.

import { css } from '@emotion/css'

When Not To Use It

If you are using vanilla emotion because you are not using React.

Further Reading