Pattern: Use of vanilla emotion
Issue: -
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'
If you are using vanilla emotion because you are not using React.