graphql-engine/console/cypress/.eslintrc

19 lines
386 B
Plaintext
Raw Normal View History

{
"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
}
]
}
}