mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-26 08:59:26 -05:00
4e25061e8e
* feat: prerendering data for app load * Fix deps * Fix create-cypress-tests in build
13 lines
319 B
JSON
13 lines
319 B
JSON
{
|
|
"prefix": "/* eslint-disable padding-line-between-statements */",
|
|
"paths": [
|
|
"packages/graphql/src/**/*",
|
|
"packages/data-context/src/**/*"
|
|
],
|
|
"ignore": [
|
|
"packages/data-context/src/gen",
|
|
"packages/graphql/src/stitching",
|
|
"packages/graphql/src/testing",
|
|
"packages/graphql/src/gen"
|
|
]
|
|
} |