Files
smart-admin/smart-admin-web/tests/e2e/.eslintrc
T
zhuoda 1f75c9614e v1.x
2022-11-05 22:38:44 +08:00

13 lines
138 B
Plaintext

{
"plugins": [
"cypress"
],
"env": {
"mocha": true,
"cypress/globals": true
},
"rules": {
"strict": "off"
}
}