Skip to content

Commit 3fd05f5

Browse files
committed
fix: remove unused lint rule for flow
1 parent b125dd5 commit 3fd05f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/amplify-codegen/src/utils/GraphQLStatementsFormatter.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ class GraphQLStatementsFormatter {
2828
return this.prettify(this.formatJS(statements));
2929
case 'flow':
3030
this.headerComments.push('@flow', CODEGEN_WARNING);
31-
this.lintOverrides.push('/* eslint-disable */');
3231
return this.prettify(this.formatJS(statements));
3332
default:
3433
this.headerComments.push(CODEGEN_WARNING);

0 commit comments

Comments
 (0)