"use strict"; module.exports = { extends: ["@f0x52/eslint-config-react"], rules: { "react/react-in-jsx-scope": "off", "react/prop-types": "off" } };