You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 2 година
123456789101112
  1. {
  2. "plugins": [
  3. "cypress"
  4. ],
  5. "env": {
  6. "mocha": true,
  7. "cypress/globals": true
  8. },
  9. "rules": {
  10. "strict": "off"
  11. }
  12. }