bitque/react-client/cypress/.eslintrc.json

7 lines
134 B
JSON
Raw Normal View History

2020-03-28 21:41:16 +01:00
{
"extends": ["plugin:cypress/recommended"],
"rules": {
"no-unused-expressions": 0 // chai assertions trigger this rule
}
}