.eslintrc 74 B

123456
  1. {
  2. "extends": "react-app",
  3. "globals": {
  4. "chrome": "readonly"
  5. }
  6. }