Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. {
  2. "plugins": [
  3. "cypress",
  4. "chai-friendly"
  5. ],
  6. "env": {
  7. "cypress/globals": true
  8. },
  9. "extends": [
  10. "plugin:cypress/recommended"
  11. ],
  12. "rules": {
  13. "no-unused-expressions": 0,
  14. "chai-friendly/no-unused-expressions": 2
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement