diff --git a/smart-hut/.eslintrc b/smart-hut/.eslintrc index d1dbd6e..ed73165 100644 --- a/smart-hut/.eslintrc +++ b/smart-hut/.eslintrc @@ -23,10 +23,6 @@ "react/no-unused-prop-types": "error", "react/prop-types": "error", "react/react-in-jsx-scope": "error", - "cypress/no-assigning-return-values": "error", - "cypress/no-unnecessary-waiting": "error", - "cypress/assertion-before-screenshot": "warn", - "cypress/no-force": "warn", "no-unused-expressions": 0, "chai-friendly/no-unused-expressions": 2, "indent": [0, 4] @@ -34,14 +30,12 @@ "extends": [ "eslint:recommended", "plugin:react/recommended", - "plugin:cypress/recommended", "airbnb" ], "env": { "node": true, "browser": true, - "jest": true, - "cypress/globals": true + "jest": true }, "globals": { @@ -55,6 +49,6 @@ } }, - "plugins": ["react", "cypress", "chai-friendly"] + "plugins": ["react", "chai-friendly"] }