Add a step to verify lint rules in client build workflow. --------- Co-authored-by: Satish Gandham <hello@satishgandham.com>
10 lines
141 B
JSON
10 lines
141 B
JSON
{
|
|
"extends": ["../.eslintrc.json"],
|
|
"env": {
|
|
"cypress/globals": true
|
|
},
|
|
"rules": {
|
|
"cypress/no-unnecessary-waiting": 0
|
|
}
|
|
}
|