Files
smart-admin/front/tests/e2e/.eslintrc
“zhuoda 3d34508478 v1.0.0
2019-11-16 18:17:31 +08:00

13 lines
138 B
Plaintext

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