mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-22 15:12:27 -05:00
bad700b593
* add gulp makePackage, begin to scaffold data-context * Don't type error on unused locals
12 lines
282 B
JSON
12 lines
282 B
JSON
{
|
|
"prefix": "/* eslint-disable padding-line-between-statements */",
|
|
"paths": [
|
|
"packages/graphql/src/**/*",
|
|
"packages/data-context/src/**/*"
|
|
],
|
|
"ignore": [
|
|
"packages/graphql/src/stitching",
|
|
"packages/graphql/src/testing",
|
|
"packages/graphql/src/gen"
|
|
]
|
|
} |