mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-13 02:30:09 -06:00
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"
|
|
]
|
|
} |