mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-26 08:59:03 -06:00
14 lines
358 B
JSON
14 lines
358 B
JSON
{
|
|
"prefix": "/* eslint-disable padding-line-between-statements */",
|
|
"paths": [
|
|
"packages/graphql/src/**/*",
|
|
"packages/data-context/src/**/*",
|
|
"packages/scaffold-config/src/**"
|
|
],
|
|
"ignore": [
|
|
"packages/data-context/src/gen",
|
|
"packages/graphql/src/stitching",
|
|
"packages/graphql/src/testing",
|
|
"packages/graphql/src/gen"
|
|
]
|
|
} |