.eslintrc 80 B

12345678
  1. {
  2. "env": {
  3. "cypress/globals": true
  4. },
  5. "plugins": [
  6. "cypress"
  7. ]
  8. }