mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-04 14:19:55 -06:00
12 lines
314 B
JSON
12 lines
314 B
JSON
{
|
|
"prefix": "/* eslint-disable padding-line-between-statements */",
|
|
"paths": [
|
|
"packages/data-context/graphql/**/*",
|
|
"packages/data-context/src/**/*"
|
|
],
|
|
"ignore": [
|
|
"packages/data-context/src/gen",
|
|
"packages/data-context/graphql/stitching",
|
|
"packages/data-context/graphql/testing"
|
|
]
|
|
} |