mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 04:24:35 +03:00
11 lines
206 B
JSON
11 lines
206 B
JSON
|
{
|
||
|
"extends": ["plugin:cypress/recommended", "../../.eslintrc.json"],
|
||
|
"ignorePatterns": ["!**/*"],
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
|
||
|
"rules": {}
|
||
|
}
|
||
|
]
|
||
|
}
|