eslint-plugin-static-react-components

0.0.5 • Public • Published

eslint-plugin-static-react-components

import { RichText } from 'vtex.rich-text'
import { Image } from 'vtex.store-image'
import { Row, Col } from 'vtex.flex-layout'

export default ({ src, content }) => {
  return (
    <Row>
      <Col>
        <Image src={src} />
      </Col>
      <Col>
        <RichText text={content} />
      </Col>
    </Row>
  )
}

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-plugin-static-react-components

Weekly Downloads

3

Version

0.0.5

License

MIT

Unpacked Size

14.8 kB

Total Files

15

Last publish

Collaborators

  • kaisermann