UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

24 lines (23 loc) 354 B
{ "extends": [ "plugin:@cypress/dev/tests", "plugin:@cypress/dev/react" ], "rules": { "mocha/no-global-tests": "off", "react/jsx-filename-extension": [ "error", { "extensions": [ ".jsx", ".tsx" ] } ] }, "settings": { "react": { "version": "detect" } } }