UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

20 lines (19 loc) 310 B
{ "plugins": [ "@cypress/dev" ], "extends": [ "plugin:@cypress/dev/general", "plugin:@cypress/dev/tests" ], "rules": { "prefer-spread": "off", "prefer-rest-params": "off", "no-useless-constructor": "off" }, "settings": { "react": { "version": "16.8" } } }