mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 01:44:03 +03:00
11 lines
185 B
JSON
11 lines
185 B
JSON
{
|
|
"plugins": ["cypress", "chai-friendly"],
|
|
"env": {
|
|
"cypress/globals": true
|
|
},
|
|
"rules": {
|
|
"no-unused-expressions": 0,
|
|
"chai-friendly/no-unused-expressions": 2
|
|
}
|
|
}
|