UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

27 lines (26 loc) 434 B
{ "extends": [ "plugin:@cypress/dev/react", "plugin:@cypress/dev/tests" ], "parser": "@typescript-eslint/parser", "settings": { "react": { "version": "16.12" } }, "rules": { "arrow-body-style": "off", "no-unused-vars": "off", "react/jsx-filename-extension": [ "warn", { "extensions": [ ".js", ".jsx", ".tsx" ] } ] } }