mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +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
|
|
}
|
|
]
|
|
}
|
|
}
|