Files
cypress/autobarrel.json
Jennifer Shehane 530b0dd3e2 chore: Remove unused exports + remove 'export' from internal functions + fix circular dep + other dev fixes (#33212)
* 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
2026-01-09 10:45:32 -05:00

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"
]
}