.eslintrc.json 69 B

1234567
  1. {
  2. "settings": {
  3. "react": {
  4. "pragma": "React"
  5. }
  6. }
  7. }