mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-05 14:27:59 +03:00
19 lines
386 B
Plaintext
19 lines
386 B
Plaintext
|
{
|
||
|
"plugins": ["cypress", "chai-friendly"],
|
||
|
"env": {
|
||
|
"cypress/globals": true
|
||
|
},
|
||
|
"rules": {
|
||
|
"no-unused-expressions": "off",
|
||
|
"chai-friendly/no-unused-expressions": "error",
|
||
|
"no-underscore-dangle": "off",
|
||
|
"@typescript-eslint/no-unused-expressions": "off",
|
||
|
"no-plusplus": [
|
||
|
"error",
|
||
|
{
|
||
|
"allowForLoopAfterthoughts": true
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|