We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04453ee commit ff72e65Copy full SHA for ff72e65
apps/graphql/.eslintrc.cjs
@@ -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