Files
mermaid-live-editor/cypress/.eslintrc
T
2021-05-23 16:29:56 +05:30

11 lines
158 B
Plaintext

{
"plugins": ["cypress"],
"extends": ["plugin:cypress/recommended"],
"rules": {
"jest/expect-expect": "off"
},
"env": {
"cypress/globals": true
}
}