vega-frontend-monorepo/apps/explorer-e2e/.eslintrc.json

13 lines
258 B
JSON
Raw Normal View History

2022-02-15 14:12:27 +00:00
{
"extends": ["plugin:cypress/recommended", "../../.eslintrc.json"],
"ignorePatterns": ["!**/*"],
"overrides": [
{
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
"rules": {
"cypress/unsafe-to-chain-command": 0
}
2022-02-15 14:12:27 +00:00
}
]
}