UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

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