.eslintrc.json 96 B

12345678
  1. {
  2. "plugins": [
  3. "@cypress/dev"
  4. ],
  5. "extends": [
  6. "plugin:@cypress/dev/general"
  7. ]
  8. }