Co-authored-by: Ivan Akulov <mail@iamakulov.com> Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Ivan Akulov <iamakulov@outlook.com> Co-authored-by: Aishwarya UR <aishwarya@appsmith.com> Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com> Co-authored-by: somangshu <somangshu.goswami1508@gmail.com>
16 lines
410 B
JSON
16 lines
410 B
JSON
{
|
|
"extends": ["../../.eslintrc.base.json"],
|
|
"env": {
|
|
"cypress/globals": true
|
|
},
|
|
"rules": {
|
|
"@typescript-eslint/no-array-constructor": "off",
|
|
"@typescript-eslint/no-namespace": "off",
|
|
"@typescript-eslint/no-unused-vars": "off",
|
|
"cypress/no-unnecessary-waiting": "off",
|
|
"no-console": "off",
|
|
"prefer-const": "off",
|
|
"@typescript-eslint/no-non-null-assertion": "error"
|
|
}
|
|
}
|