Skip to content

Commit ff72e65

Browse files
committed
fixing CI build errors
1 parent 04453ee commit ff72e65

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/graphql/.eslintrc.cjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/** @type {import("eslint").Linter.Config} */
2+
module.exports = {
3+
root: true,
4+
extends: ['@repo/eslint-config/default.cjs'],
5+
}

0 commit comments

Comments
 (0)