UNPKG

render-props

Version:

Easily and reliably support Render Props, Component Injection, and Function as a Child

11 lines (10 loc) 180 B
{ "parser": "babel-eslint", "extends": "airbnb", "env": { "jest": true }, "rules": { "react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }] } }