.eslintrc.json 59 B

12345
  1. {
  2. "rules": {
  3. "react/react-in-jsx-scope": "off"
  4. }
  5. }