mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-27 10:19:26 -05: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"
|
|
]
|
|
} |