.eslintrc 58 B

1234567
  1. {
  2. "env": {
  3. "jest": true
  4. },
  5. "globals": {
  6. }
  7. }