PromucFlow_constructor/app/client/cypress/.eslintrc.json
Satish Gandham b2828dfe93
ci: Add lint check to the build step (#21442)
Add a step to verify lint rules in client build workflow.

---------

Co-authored-by: Satish Gandham <hello@satishgandham.com>
2023-03-20 22:50:44 +05:30

10 lines
141 B
JSON

{
"extends": ["../.eslintrc.json"],
"env": {
"cypress/globals": true
},
"rules": {
"cypress/no-unnecessary-waiting": 0
}
}