b3014bb98a
Co-authored-by: Edd <edd@vega.xyz>
13 lines
258 B
JSON
13 lines
258 B
JSON
{
|
|
"extends": ["plugin:cypress/recommended", "../../.eslintrc.json"],
|
|
"ignorePatterns": ["!**/*"],
|
|
"overrides": [
|
|
{
|
|
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
|
|
"rules": {
|
|
"cypress/unsafe-to-chain-command": 0
|
|
}
|
|
}
|
|
]
|
|
}
|