Skip to content

Commit e74baa6

Browse files
committed
increase severity of typed-gql linting rule
1 parent 15b3002 commit e74baa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react-hooks/rules-of-hooks": "error",
1414
"react-hooks/exhaustive-deps": "warn",
1515
"no-unused-expressions": "off",
16-
"lernfair-app-linter/typed-gql": "warn",
16+
"lernfair-app-linter/typed-gql": "error",
1717
"unused-imports/no-unused-imports": "warn"
1818
}
1919
}

0 commit comments

Comments
 (0)