Files
mermaid-live-editor/cypress/.eslintrc
T
2021-05-24 01:43:56 +05:30

13 lines
246 B
Plaintext

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