mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-25 10:19:30 -05:00
530b0dd3e2
* remove some unused exports * Address more unused exports * remove more unused exports * remove duplicate unused file * remove more unused exports * remove more unused code * remove unused files and imports * fix spelling of functions * more updated * fix circular dep * Remove unused type dep + fix types/node version * Fix circular dep in Lerna build * bump eslint-plugin-react to work with eslint 8 * ignore webpack esm-utils warning * remove unused dependency
13 lines
357 B
JSON
13 lines
357 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",
|
|
"packages/data-context/graphql/utils"
|
|
]
|
|
} |