superset/superset-frontend/cypress-base/cypress/.eslintrc

9 lines
81 B
Plaintext

{
"plugins": [
"cypress"
],
"env": {
"cypress/globals": true
}
}