mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
11 lines
176 B
JSON
11 lines
176 B
JSON
{
|
|
"env": {
|
|
"cypress/globals": true
|
|
},
|
|
"extends": ["plugin:cypress/recommended"],
|
|
"plugins": ["cypress"],
|
|
"rules": {
|
|
"cypress/no-unnecessary-waiting": 0
|
|
}
|
|
}
|