.eslintrc.json 94 B

123456
  1. {
  2. "rules": {
  3. "react/react-in-jsx-scope": "off",
  4. "no-use-before-define": "off"
  5. }
  6. }